summaryrefslogtreecommitdiffstats
path: root/usr/include/sys/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/include/sys/param.h')
-rw-r--r--usr/include/sys/param.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr/include/sys/param.h b/usr/include/sys/param.h
new file mode 100644
index 0000000..fb3b2e4
--- /dev/null
+++ b/usr/include/sys/param.h
@@ -0,0 +1,11 @@
+/*
+ * sys/param.h
+ */
+
+#ifndef _SYS_PARAM_H
+#define _SYS_PARAM_H
+
+#include <limits.h>
+#include <linux/param.h>
+
+#endif /* _SYS_PARAM_H */