summaryrefslogtreecommitdiff
path: root/src/ftw/struct_FTW.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ftw/struct_FTW.c')
-rw-r--r--src/ftw/struct_FTW.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ftw/struct_FTW.c b/src/ftw/struct_FTW.c
new file mode 100644
index 00000000..fb218883
--- /dev/null
+++ b/src/ftw/struct_FTW.c
@@ -0,0 +1,10 @@
+#include <ftw.h>
+
+struct FTW {
+ int base;
+ int level;
+};
+
+/*
+XOPEN(400)
+*/