diff options
Diffstat (limited to 'sysdeps/linux/open.c')
-rw-r--r-- | sysdeps/linux/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/linux/open.c b/sysdeps/linux/open.c index 2c89a579..69f00051 100644 --- a/sysdeps/linux/open.c +++ b/sysdeps/linux/open.c @@ -51,7 +51,7 @@ static void set_linux_version(void) { /* Opens pipe to gtop server. Returns 0 on success and -1 on error. */ void -glibtop_open__r (glibtop *server, const char *program_name, +glibtop_open_r (glibtop *server, const char *program_name, const unsigned long features, const unsigned flags) { memset (server, 0, sizeof (glibtop)); |