mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
build: drop _XOPEN_SOURCE in u.h on AIX
This commit is contained in:
parent
6c1235d234
commit
b4cc38f943
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ extern "C" {
|
|||
# define __LONG_LONG_SUPPORTED
|
||||
#endif
|
||||
#if defined(__AIX__)
|
||||
# define _XOPEN_SOURCE 600
|
||||
# define _ALL_SOURCE
|
||||
# undef HAS_SYS_TERMIOS
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue