summaryrefslogtreecommitdiff
path: root/libc/arm/sys/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arm/sys/param.h')
-rw-r--r--libc/arm/sys/param.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libc/arm/sys/param.h b/libc/arm/sys/param.h
new file mode 100644
index 0000000..968c8ef
--- /dev/null
+++ b/libc/arm/sys/param.h
@@ -0,0 +1,10 @@
+/* ARM configuration file; HZ is 100 rather than the default 60 */
+
+#ifndef _SYS_PARAM_H
+# define _SYS_PARAM_H
+
+# define HZ (100)
+# define NOFILE (60)
+# define PATHSIZE (1024)
+
+#endif