diff options
author | Roland McGrath <roland@gnu.org> | 1995-12-06 14:10:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-12-06 14:10:23 +0000 |
commit | 73537878734edfc650a095473fa7a474d7e7d4f8 (patch) | |
tree | ca9d02a00053cb06438d6dc9c64b74bd7d5bd96f /gnu-versions.h | |
parent | 1ff030307861e49f6e0b9f1a0fac8ca99af02be5 (diff) | |
download | glibc-73537878734edfc650a095473fa7a474d7e7d4f8.tar.gz glibc-73537878734edfc650a095473fa7a474d7e7d4f8.tar.xz glibc-73537878734edfc650a095473fa7a474d7e7d4f8.zip |
(_GNU_GLOB_INTERFACE_VERSION): New macro.
Diffstat (limited to 'gnu-versions.h')
-rw-r--r-- | gnu-versions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-versions.h b/gnu-versions.h index 631a0f7fbf..e2faba0398 100644 --- a/gnu-versions.h +++ b/gnu-versions.h @@ -46,5 +46,6 @@ Cambridge, MA 02139, USA. */ #define _GNU_OBSTACK_INTERFACE_VERSION 1 /* vs malloc/obstack.c */ #define _GNU_REGEX_INTERFACE_VERSION 1 /* vs posix/regex.c */ +#define _GNU_GLOB_INTERFACE_VERSION 1 /* vs posix/glob.c */ #endif /* gnu-versions.h */ |