summaryrefslogtreecommitdiff
path: root/include/gnu-versions.h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-20 20:56:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-21 18:50:24 +0100
commit0bd6bfb2b643ea2b4b1440dfd917ba752f0c0d15 (patch)
tree52ad6d0e988b933f55c76426bb17bcd3a93eee17 /include/gnu-versions.h
parent013f366f501c928315cc2893f0f2348c8956d09e (diff)
remove obstack support
Remove __UCLIBC_HAS_OBSTACK__ as it isn't very uptodate and maintained part. It shouldn't be required for any software and mostly shipped with stuff which use it. (f.e. binutils-gdb)
Diffstat (limited to 'include/gnu-versions.h')
-rw-r--r--include/gnu-versions.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/gnu-versions.h b/include/gnu-versions.h
index 6678c9bc0..0dd415e2d 100644
--- a/include/gnu-versions.h
+++ b/include/gnu-versions.h
@@ -43,9 +43,6 @@
remember, if any of these versions change, the libc.so major version
number must change too (so avoid it)! */
-#ifdef __UCLIBC_HAS_OBSTACK__
-#define _GNU_OBSTACK_INTERFACE_VERSION 1 /* vs malloc/obstack.c */
-#endif
#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 */