aix52.h (CPLUSPLUS_CPP_SPEC): Change _XOPEN_SOURCE definition to 600.
* config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Change _XOPEN_SOURCE definition to 600. From-SVN: r93605
This commit is contained in:
parent
ed9b539671
commit
2cba2c8be0
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-01-13 David Edelsohn <edelsohn@gnu.org>
|
||||
|
||||
* config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Change _XOPEN_SOURCE
|
||||
definition to 600.
|
||||
|
||||
2005-01-13 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* config/i386/i386.c (IX86_BUILTIN_MOVQ, IX86_BUILTIN_LOADD,
|
||||
|
|
|
@ -106,7 +106,7 @@ do { \
|
|||
defined. */
|
||||
#undef CPLUSPLUS_CPP_SPEC
|
||||
#define CPLUSPLUS_CPP_SPEC \
|
||||
"-D_XOPEN_SOURCE=500 \
|
||||
"-D_XOPEN_SOURCE=600 \
|
||||
-D_XOPEN_SOURCE_EXTENDED=1 \
|
||||
-D_LARGE_FILE_API \
|
||||
-D_ALL_SOURCE \
|
||||
|
|
Loading…
Add table
Reference in a new issue