From 0bd6bfb2b643ea2b4b1440dfd917ba752f0c0d15 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 20 Dec 2016 20:56:32 +0100 Subject: 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) --- include/gnu-versions.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/gnu-versions.h') 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 */ -- cgit v1.2.3