summaryrefslogtreecommitdiff
path: root/sysdeps/linux/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/linux/init.c')
-rw-r--r--sysdeps/linux/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/linux/init.c b/sysdeps/linux/init.c
index a3cb49ef..e39cfd29 100644
--- a/sysdeps/linux/init.c
+++ b/sysdeps/linux/init.c
@@ -34,8 +34,8 @@ glibtop_init__r (glibtop **server, const unsigned long features,
if (glibtop_global_server == NULL) {
glibtop_global_server = &_glibtop_global_server;
- glibtop_open (glibtop_global_server, "glibtop",
- features, flags);
+ glibtop_open__r (glibtop_global_server, "glibtop",
+ features, flags);
}
return *server = glibtop_global_server;