diff options
Diffstat (limited to 'sysdeps/stub_suid/procargs.c')
-rw-r--r-- | sysdeps/stub_suid/procargs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub_suid/procargs.c b/sysdeps/stub_suid/procargs.c index 45a8a6b6..42029eb5 100644 --- a/sysdeps/stub_suid/procargs.c +++ b/sysdeps/stub_suid/procargs.c @@ -29,7 +29,7 @@ static const unsigned long _glibtop_sysdeps_proc_args = 0; /* Init function. */ void -glibtop_init_proc_args_p (glibtop *server) +_glibtop_init_proc_args_p (glibtop *server) { server->sysdeps.proc_args = _glibtop_sysdeps_proc_args; } |