summaryrefslogtreecommitdiff
path: root/newlib/libc/sys/arm/sys/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/arm/sys/param.h')
-rw-r--r--newlib/libc/sys/arm/sys/param.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/newlib/libc/sys/arm/sys/param.h b/newlib/libc/sys/arm/sys/param.h
new file mode 100644
index 00000000000..968c8ef1435
--- /dev/null
+++ b/newlib/libc/sys/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