diff options
Diffstat (limited to 'sysdeps/stub/procopenfiles.c')
-rw-r--r-- | sysdeps/stub/procopenfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub/procopenfiles.c b/sysdeps/stub/procopenfiles.c index 47668cae..deb87c0d 100644 --- a/sysdeps/stub/procopenfiles.c +++ b/sysdeps/stub/procopenfiles.c @@ -29,7 +29,7 @@ /* Init function. */ void -glibtop_init_proc_open_files_s (glibtop *server) +_glibtop_init_proc_open_files_s (glibtop *server) { server->sysdeps.proc_open_files = 0; } |