From 74e641c2e51562304bebbd69bbe0919be027ccde Mon Sep 17 00:00:00 2001 From: Daniel Richard G Date: Wed, 17 Aug 2016 16:55:13 -0700 Subject: maint: preprocessor changes to support z/OS * lib/alloca.in.h, lib/fnmatch.c, lib/get-rusage-as.c: * lib/glob.c, lib/math.in.h, lib/ptsname_r.c: * tests/infinity.h, tests/nan.h, tests/test-canonicalize-lgpl.c: * tests/test-nonblocking-pipe.h: --- tests/test-nonblocking-pipe.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/test-nonblocking-pipe.h') diff --git a/tests/test-nonblocking-pipe.h b/tests/test-nonblocking-pipe.h index 6adb3533d0..9141c60afd 100644 --- a/tests/test-nonblocking-pipe.h +++ b/tests/test-nonblocking-pipe.h @@ -31,10 +31,11 @@ OSF/1 >= 262145 Solaris <= 7 >= 10241 Solaris >= 8 >= 20481 + z/OS >= 131073 Cygwin >= 65537 native Windows >= 4097 (depends on the _pipe argument) */ -#if defined __osf__ || (defined __linux__ && (defined __ia64__ || defined __mips__)) +#if defined __MVS__ || defined __osf__ || (defined __linux__ && (defined __ia64__ || defined __mips__)) # define PIPE_DATA_BLOCK_SIZE 270000 #elif defined __linux__ && defined __sparc__ # define PIPE_DATA_BLOCK_SIZE 140000 -- cgit v1.2.1