diff options
Diffstat (limited to 'sysdeps/stub/procsegment.c')
-rw-r--r-- | sysdeps/stub/procsegment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub/procsegment.c b/sysdeps/stub/procsegment.c index c0ffeb17..21cd4814 100644 --- a/sysdeps/stub/procsegment.c +++ b/sysdeps/stub/procsegment.c @@ -25,7 +25,7 @@ /* Provides detailed information about a process. */ void -glibtop_get_proc_segment__r (glibtop *server, glibtop_proc_segment *buf, +glibtop_get_proc_segment_r (glibtop *server, glibtop_proc_segment *buf, pid_t pid) { memset (buf, 0, sizeof (glibtop_proc_segment)); |