about summary refs log tree commit diff
path: root/include/sys/sysctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/sysctl.h')
-rw-r--r--include/sys/sysctl.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/sys/sysctl.h b/include/sys/sysctl.h
new file mode 100644
index 0000000000..db8e08da4a
--- /dev/null
+++ b/include/sys/sysctl.h
@@ -0,0 +1,9 @@
+#ifndef _SYS_SYSCTL_H
+#include_next <sys/sysctl.h>
+
+/* Read or write system parameters (Linux specific).  */
+extern int __sysctl (int *__name, int __nlen, void *__oldval,
+		     size_t *__oldlenp, void *__newval, size_t __newlen);
+
+
+#endif  /* _SYS_SYSCTL_H */