mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:37:45 +00:00
LibC: Add LINK_MAX and _PC_LINK_MAX
LINK_MAX was set arbitrarily to 4096, this is not an actual system limit.
This commit is contained in:
parent
d9ecb3ecfa
commit
f16aba405f
3 changed files with 9 additions and 2 deletions
|
@ -80,6 +80,8 @@
|
|||
|
||||
#define SSIZE_MAX 2147483647
|
||||
|
||||
#define LINK_MAX 4096
|
||||
|
||||
#ifdef __USE_POSIX
|
||||
# include <bits/posix1_lim.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue