summaryrefslogtreecommitdiff
path: root/include/gnu-versions.h
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2002-09-19 17:34:34 +0000
committerManuel Novoa III <mjn3@codepoet.org>2002-09-19 17:34:34 +0000
commit2f7adfdcfed5f8f9d438805cc583a3254c63c2d8 (patch)
tree21245547d885a8c0f8ffce03e064c91b46d801f7 /include/gnu-versions.h
parentc547e924ad577625dc6c14f3b7fea965b5d74be0 (diff)
Add gnu obstack support. I still need to implement the obstack_printf
and obstack_vprintf, but at least now the reiserfsprogs build.
Diffstat (limited to 'include/gnu-versions.h')
-rw-r--r--include/gnu-versions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gnu-versions.h b/include/gnu-versions.h
index bb35f3988..59e617c4b 100644
--- a/include/gnu-versions.h
+++ b/include/gnu-versions.h
@@ -44,7 +44,7 @@
remember, if any of these versions change, the libc.so major version
number must change too (so avoid it)! */
-/*#define _GNU_OBSTACK_INTERFACE_VERSION 1 *//* vs malloc/obstack.c */
+#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 */
#define _GNU_GETOPT_INTERFACE_VERSION 2 /* vs posix/getopt.c and