aboutsummaryrefslogtreecommitdiff
path: root/include/sys/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/param.h')
-rw-r--r--include/sys/param.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sys/param.h b/include/sys/param.h
new file mode 100644
index 000000000..577f415a0
--- /dev/null
+++ b/include/sys/param.h
@@ -0,0 +1,6 @@
+#ifndef __PARAM_H__
+#define __PARAM_H__
+
+#define MAXPATHLEN 255
+
+#endif \ No newline at end of file