]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove __USE_ANSI.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 10 Jan 2013 02:27:25 +0000 (02:27 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 10 Jan 2013 02:27:25 +0000 (02:27 +0000)
ChangeLog
include/features.h

index 777ba4f00a3dd5dfe06e78efcee62187bd0e8cda..77fbac820819e600d8ddc7a79bd4f9694954dae5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-09  Joseph Myers  <joseph@codesourcery.com>
+
+       * include/features.h (__USE_ANSI): Remove.
+
 2013-01-09  Roland McGrath  <roland@hack.frob.com>
 
        * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
index 688322c64520d231147daff1ccfa934fab2b0cbd..d6c32cbfda673193ad5baf9222a6a3e177c55f16 100644 (file)
 # define __KERNEL_STRICT_NAMES
 #endif
 
-/* Always use ISO C things.  */
-#define        __USE_ANSI      1
-
 /* Convenience macros to test the versions of glibc and gcc.
    Use them like this:
    #if __GNUC_PREREQ (2,8)