diff options
Diffstat (limited to 'gprofng/src/gp-collect-app.cc')
-rw-r--r-- | gprofng/src/gp-collect-app.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gprofng/src/gp-collect-app.cc b/gprofng/src/gp-collect-app.cc index c80c1b0..4bf9f07 100644 --- a/gprofng/src/gp-collect-app.cc +++ b/gprofng/src/gp-collect-app.cc @@ -63,6 +63,7 @@ static Process **processes; int main (int argc, char *argv[]) { + xmalloc_set_program_name (argv[0]); // disable any alarm that might be pending int r = alarm (0); if (r != 0) |