summaryrefslogtreecommitdiff
path: root/src/ftw/FTW_CHDIR.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ftw/FTW_CHDIR.h')
-rw-r--r--src/ftw/FTW_CHDIR.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ftw/FTW_CHDIR.h b/src/ftw/FTW_CHDIR.h
new file mode 100644
index 00000000..8f966615
--- /dev/null
+++ b/src/ftw/FTW_CHDIR.h
@@ -0,0 +1,6 @@
+#include <ftw.h>
+#define FTW_CHDIR (1<<3)
+
+/*
+XOPEN(400)
+*/