tbuild: drop _XOPEN_SOURCE in u.h on AIX - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit b4cc38f94321c71e8d19fbbd4691e72f7c0d817b
(DIR) parent 6c1235d234dfe290c61c492a1779c7a3ad2f7fc6
(HTM) Author: Russ Cox <rsc@swtch.com>
Date: Mon, 18 May 2020 22:58:09 -0400
build: drop _XOPEN_SOURCE in u.h on AIX
Diffstat:
M include/u.h | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/include/u.h b/include/u.h
t@@ -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