diff options
Diffstat (limited to 'include/glob.h')
| -rw-r--r-- | include/glob.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/include/glob.h b/include/glob.h index 185912df..92ec7517 100644 --- a/include/glob.h +++ b/include/glob.h @@ -34,6 +34,11 @@ void globfree(glob_t *);  #define GLOB_NOMATCH 3  #define GLOB_NOSYS   4 +#ifdef _LARGEFILE64_SOURCE +#define glob64 glob +#define globfree64 globfree +#endif +  #ifdef __cplusplus  }  #endif  | 
