plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit b4cc38f94321c71e8d19fbbd4691e72f7c0d817b
parent 6c1235d234dfe290c61c492a1779c7a3ad2f7fc6
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:
Minclude/u.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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