summaryrefslogtreecommitdiff
path: root/tests/test-nonblocking-pipe.h
diff options
context:
space:
mode:
authorDaniel Richard G <skunk@iSKUNK.ORG>2016-08-17 16:55:13 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-08-17 17:44:56 -0700
commit74e641c2e51562304bebbd69bbe0919be027ccde (patch)
treebf1cd740b918c33e7a16e8ab53e175947ac78136 /tests/test-nonblocking-pipe.h
parent17b66f6152d4e398aa6ef35d644a00fe56bdb67c (diff)
downloadgnulib-74e641c2e51562304bebbd69bbe0919be027ccde.tar.gz
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:
Diffstat (limited to 'tests/test-nonblocking-pipe.h')
-rw-r--r--tests/test-nonblocking-pipe.h3
1 files changed, 2 insertions, 1 deletions
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