This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
_POSIX_ARG_MAX 256k after consulting with thorsten
OPENBSD_2_0
deraadt
28 years ago
parent
62063323f2
commit
c887403e08
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save