libc: Define PATH_MAX
This restriction is actually not enforced by the kernel. It should be.
This commit is contained in:
parent
5fa8569ff9
commit
f46831f459
@ -5,6 +5,7 @@
|
|||||||
#define ATEXIT_MAX 32
|
#define ATEXIT_MAX 32
|
||||||
|
|
||||||
#define NAME_MAX 64
|
#define NAME_MAX 64
|
||||||
|
#define PATH_MAX 4096
|
||||||
|
|
||||||
#define PAGESIZE 4096
|
#define PAGESIZE 4096
|
||||||
#define PAGE_SIZE 4096
|
#define PAGE_SIZE 4096
|
||||||
|
Loading…
Reference in New Issue
Block a user