forked from Bananymous/banan-os
LibC: limits.h now defined OPEN_MAX
This commit is contained in:
parent
404b3dd44c
commit
a337f414fc
|
@ -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