aboutsummaryrefslogtreecommitdiff
path: root/include/u.h
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2020-05-18 22:58:09 -0400
committerRuss Cox <rsc@swtch.com>2020-05-18 22:58:09 -0400
commitb4cc38f94321c71e8d19fbbd4691e72f7c0d817b (patch)
tree7b15b65264706456d48293700036690d7c59287d /include/u.h
parent6c1235d234dfe290c61c492a1779c7a3ad2f7fc6 (diff)
downloadplan9port-b4cc38f94321c71e8d19fbbd4691e72f7c0d817b.tar.gz
plan9port-b4cc38f94321c71e8d19fbbd4691e72f7c0d817b.tar.bz2
plan9port-b4cc38f94321c71e8d19fbbd4691e72f7c0d817b.zip
build: drop _XOPEN_SOURCE in u.h on AIX
Diffstat (limited to 'include/u.h')
-rw-r--r--include/u.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/u.h b/include/u.h
index 297df70a..f84e348a 100644
--- a/include/u.h
+++ b/include/u.h
@@ -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