diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | include/features.h | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 777ba4f00a..77fbac8208 100644 --- 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. diff --git a/include/features.h b/include/features.h index 688322c645..d6c32cbfda 100644 --- a/include/features.h +++ b/include/features.h @@ -129,9 +129,6 @@ # 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) |