diff options
| -rw-r--r-- | include/gnu-versions.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gnu-versions.h b/include/gnu-versions.h index f67764c7b..9f537785e 100644 --- a/include/gnu-versions.h +++ b/include/gnu-versions.h @@ -45,7 +45,9 @@  #define _GNU_OBSTACK_INTERFACE_VERSION	1 /* vs malloc/obstack.c */  #define _GNU_REGEX_INTERFACE_VERSION	1 /* vs posix/regex.c */ +#ifdef __UCLIBC_HAS_GNU_GLOB__  #define _GNU_GLOB_INTERFACE_VERSION	1 /* vs posix/glob.c */ +#endif  #define _GNU_GETOPT_INTERFACE_VERSION	2 /* vs posix/getopt.c and  					     posix/getopt1.c */  | 
