mirror of git://sourceware.org/git/glibc.git
Remove __USE_ANSI.
This commit is contained in:
parent
ad98e30c90
commit
0c07e3eaa7
|
@ -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>
|
2013-01-09 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
* posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
|
* posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
|
||||||
|
|
|
@ -129,9 +129,6 @@
|
||||||
# define __KERNEL_STRICT_NAMES
|
# define __KERNEL_STRICT_NAMES
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Always use ISO C things. */
|
|
||||||
#define __USE_ANSI 1
|
|
||||||
|
|
||||||
/* Convenience macros to test the versions of glibc and gcc.
|
/* Convenience macros to test the versions of glibc and gcc.
|
||||||
Use them like this:
|
Use them like this:
|
||||||
#if __GNUC_PREREQ (2,8)
|
#if __GNUC_PREREQ (2,8)
|
||||||
|
|
Loading…
Reference in New Issue