renamed to `glibtop_open__r'.
* sysdeps/linux/open.c (glibtop_open): renamed to `glibtop_open__r'.
This commit is contained in:
@@ -51,8 +51,8 @@ static void set_linux_version(void) {
|
||||
/* Opens pipe to gtop server. Returns 0 on success and -1 on error. */
|
||||
|
||||
void
|
||||
glibtop_open (glibtop *server, const char *program_name,
|
||||
const unsigned long features, const unsigned flags)
|
||||
glibtop_open__r (glibtop *server, const char *program_name,
|
||||
const unsigned long features, const unsigned flags)
|
||||
{
|
||||
memset (server, 0, sizeof (glibtop));
|
||||
server->name = program_name;
|
||||
|
Reference in New Issue
Block a user