1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Remove __USE_ANSI.

This commit is contained in:
Joseph Myers
2013-01-10 02:27:25 +00:00
parent ad98e30c90
commit 0c07e3eaa7
2 changed files with 4 additions and 3 deletions

View File

@@ -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.

View File

@@ -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)