LibC: add NAME_MAX to limits.h

This is defined to 255 which is _XOPEN_NAME_MAX, smallest value
for XOPEN compliance
This commit is contained in:
Bananymous
2023-07-10 10:45:05 +03:00
parent d713f252aa
commit 51e4b11890

View File

@@ -12,6 +12,7 @@ __BEGIN_DECLS
// and posix constants
#define OPEN_MAX 64
#define NAME_MAX 255
__END_DECLS