about summary refs log tree commit diff
path: root/conform/data/ftw.h-data
diff options
context:
space:
mode:
Diffstat (limited to 'conform/data/ftw.h-data')
-rw-r--r--conform/data/ftw.h-data2
1 files changed, 2 insertions, 0 deletions
diff --git a/conform/data/ftw.h-data b/conform/data/ftw.h-data
index b3fa283922..f5dec5cf79 100644
--- a/conform/data/ftw.h-data
+++ b/conform/data/ftw.h-data
@@ -18,4 +18,6 @@ macro FTW_CHDIR
 
 function int ftw (const char*, int (*) (const char *, const struct stat*, int), int)
 function int nftw (const char*, int (*) (const char *, const struct stat*, int, FTW *), int, int)
+
+allow *_t
 #endif