diff options
Diffstat (limited to 'sysdeps/stub/proctime.c')
-rw-r--r-- | sysdeps/stub/proctime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub/proctime.c b/sysdeps/stub/proctime.c index 108b4618..15821a02 100644 --- a/sysdeps/stub/proctime.c +++ b/sysdeps/stub/proctime.c @@ -28,7 +28,7 @@ static const unsigned long _glibtop_sysdeps_proc_time = 0; /* Init function. */ void -glibtop_init_proc_time_s (glibtop *server) +_glibtop_init_proc_time_s (glibtop *server) { server->sysdeps.proc_time = _glibtop_sysdeps_proc_time; } |