aboutsummaryrefslogtreecommitdiff
path: root/system/include/sys/dir.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-09-24 18:24:35 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-09-24 18:24:35 -0700
commitfc5e362786d32216800bacc09bd44c13afbcfdbf (patch)
treec79424dfb8cbeaa92cb0935b22914d7179477532 /system/include/sys/dir.h
parent2f11f2e15392069a3c4a72fef2358fbf722b4e0e (diff)
additional headers
Diffstat (limited to 'system/include/sys/dir.h')
-rw-r--r--system/include/sys/dir.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/include/sys/dir.h b/system/include/sys/dir.h
new file mode 100644
index 00000000..220150dc
--- /dev/null
+++ b/system/include/sys/dir.h
@@ -0,0 +1,10 @@
+/* BSD predecessor of POSIX.1 <dirent.h> and struct dirent */
+
+#ifndef _SYS_DIR_H_
+#define _SYS_DIR_H_
+
+#include <dirent.h>
+
+#define direct dirent
+
+#endif /*_SYS_DIR_H_*/