summary refs log tree commit diff
path: root/stdio-common/stdio_lim.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/stdio_lim.h.in')
-rw-r--r--stdio-common/stdio_lim.h.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/stdio-common/stdio_lim.h.in b/stdio-common/stdio_lim.h.in
index 957fac6449..55272963a7 100644
--- a/stdio-common/stdio_lim.h.in
+++ b/stdio-common/stdio_lim.h.in
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1997, 1998, 1999 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -35,3 +35,7 @@
 # undef  FOPEN_MAX
 # define FOPEN_MAX @FOPEN_MAX@
 #endif
+
+#if defined __need_IOV_MAX && !defined IOV_MAX
+# define IOV_MAX @IOV_MAX@
+#endif