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 363c325c79
commit 6d93c1eb92
1 changed files with 1 additions and 0 deletions

View File

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