瀏覽代碼

Don't define _GNU_OBSTACK_INTERFACE_VERSION, because we don't provide
obstack.

David Schleef 22 年之前
父節點
當前提交
16a7c3dc14
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/gnu-versions.h

+ 1 - 1
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