summaryrefslogtreecommitdiff
path: root/include/sys/sysinfo.h
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-05-16 22:54:19 +0000
committerErik Andersen <andersen@codepoet.org>2000-05-16 22:54:19 +0000
commite029f68bffea72f64ca87d87dcd488269fb25240 (patch)
tree4a3573ad88e760d2024f3d139a9bd0f5ef3d3f42 /include/sys/sysinfo.h
parent70216fffd789448979f4d63ac0b49b2fa588530f (diff)
Add sysinfo support.
-Erik
Diffstat (limited to 'include/sys/sysinfo.h')
-rw-r--r--include/sys/sysinfo.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/sys/sysinfo.h b/include/sys/sysinfo.h
new file mode 100644
index 000000000..ebdb7715f
--- /dev/null
+++ b/include/sys/sysinfo.h
@@ -0,0 +1,15 @@
+#ifndef _SYS_SYSINFO_H
+#define _SYS_SYSINFO_H
+
+#include <features.h>
+
+#include <linux/kernel.h>
+
+__BEGIN_DECLS
+
+extern int sysinfo __P((struct sysinfo *__info));
+extern int __sysinfo __P((struct sysinfo *__info));
+
+__END_DECLS
+
+#endif