diff options
Diffstat (limited to 'conform/data/glob.h-data')
-rw-r--r-- | conform/data/glob.h-data | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conform/data/glob.h-data b/conform/data/glob.h-data index 23a5077950..fc2c7febf6 100644 --- a/conform/data/glob.h-data +++ b/conform/data/glob.h-data @@ -1,4 +1,8 @@ #if !defined ISO && !defined ISO99 && !defined ISO11 +#ifdef POSIX +# define size_t __size_t +#endif + type glob_t element glob_t size_t gl_pathc element glob_t {char**} gl_pathv |