forked from Bananymous/banan-os
LibC: limits.h now defined OPEN_MAX
This commit is contained in:
parent
683c2a68cd
commit
274ecbba78
|
@ -11,6 +11,8 @@ __BEGIN_DECLS
|
||||||
// glibc seems to only define numerical
|
// glibc seems to only define numerical
|
||||||
// and posix constants
|
// and posix constants
|
||||||
|
|
||||||
|
#define OPEN_MAX 64
|
||||||
|
|
||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue