libc: Define PATH_MAX

This restriction is actually not enforced by the kernel. It should be.
This commit is contained in:
apio 2022-11-12 14:13:28 +01:00
parent 5fa8569ff9
commit f46831f459

View File

@ -5,6 +5,7 @@
#define ATEXIT_MAX 32
#define NAME_MAX 64
#define PATH_MAX 4096
#define PAGESIZE 4096
#define PAGE_SIZE 4096