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:
parent
363c325c79
commit
6d93c1eb92
|
@ -12,6 +12,7 @@ __BEGIN_DECLS
|
||||||
// and posix constants
|
// and posix constants
|
||||||
|
|
||||||
#define OPEN_MAX 64
|
#define OPEN_MAX 64
|
||||||
|
#define NAME_MAX 255
|
||||||
|
|
||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue