Skip to content

Commit b42222b

Browse files
committed
Add IOV_MAX.
1 parent 34e161c commit b42222b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libc/include/llvm-libc-macros/limits-macros.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,8 @@
235235
#define _POSIX_PATH_MAX 256
236236
#endif
237237

238+
#ifndef IOV_MAX
239+
#define IOV_MAX 1024
240+
#endif // IOV_MAX
241+
238242
#endif // LLVM_LIBC_MACROS_LIMITS_MACROS_H

0 commit comments

Comments
 (0)