renamed to `glibtop_open__r'.

* sysdeps/linux/open.c (glibtop_open): renamed to
`glibtop_open__r'.
This commit is contained in:
Martin Baulig
1998-06-02 19:41:29 +00:00
parent b96843a960
commit f233a1673f
2 changed files with 4 additions and 4 deletions

View File

@@ -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;