Browse Source

_POSIX_ARG_MAX 256k after consulting with thorsten

OPENBSD_2_0
deraadt 28 years ago
parent
commit
c887403e08
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/include/limits.h

+ 1
- 1
src/include/limits.h View File

@ -39,7 +39,7 @@
#define _LIMITS_H_
#if !defined(_ANSI_SOURCE)
#define _POSIX_ARG_MAX 4096
#define _POSIX_ARG_MAX 262144
#define _POSIX_CHILD_MAX 6
#define _POSIX_LINK_MAX 8
#define _POSIX_MAX_CANON 255


Loading…
Cancel
Save