summaryrefslogtreecommitdiff
path: root/sysdeps/linux/glibtop_private.h
diff options
context:
space:
mode:
authorJames Dominic P. Guana <guana.histark@gmail.com>2021-04-10 18:20:13 +0800
committerRobert Roth <robert.roth.off@gmail.com>2021-04-23 09:48:11 +0000
commit48595809ed33c216a05a7fb0b0ac73dcd4635624 (patch)
tree735c694dcb30e90c59ea3061994f69058828f544 /sysdeps/linux/glibtop_private.h
parenta067db056927db232a2eb8cf79d4af096962eced (diff)
downloadlibgtop-48595809ed33c216a05a7fb0b0ac73dcd4635624.tar.gz
Revert "Revert "Handle LVM and RAID""
This reverts commit 30bf8d04183c26ca48c6cd4efe4c24058a082783.
Diffstat (limited to 'sysdeps/linux/glibtop_private.h')
-rw-r--r--sysdeps/linux/glibtop_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/linux/glibtop_private.h b/sysdeps/linux/glibtop_private.h
index d42ee669..66fed54c 100644
--- a/sysdeps/linux/glibtop_private.h
+++ b/sysdeps/linux/glibtop_private.h
@@ -61,8 +61,8 @@ skip_line (const char *p)
return (char *) (*p ? p+1 : p);
}
-int
-check_alphanumeric_word (const char *p);
+void
+get_from_pipe (char *buffer, const char *cmd)
/*
* Smart strtoul which handles binary suffixes