summaryrefslogtreecommitdiff
path: root/sysdeps/linux/glibtop_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/linux/glibtop_private.h')
-rw-r--r--sysdeps/linux/glibtop_private.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/sysdeps/linux/glibtop_private.h b/sysdeps/linux/glibtop_private.h
index 66c426b2..7e4369b3 100644
--- a/sysdeps/linux/glibtop_private.h
+++ b/sysdeps/linux/glibtop_private.h
@@ -40,14 +40,8 @@ next_token(const char *p)
return (char*) p;
}
-static inline char *
-skip_token (const char *p)
-{
- p = next_token(p);
- while (*p && !isspace(*p)) p++;
- p = next_token(p);
- return (char *)p;
-}
+char * G_GNUC_INTERNAL
+skip_token (const char *p);
static inline char *
skip_multiple_token (const char *p, size_t count)