LibC: limits.h now defined OPEN_MAX

This commit is contained in:
Bananymous 2023-07-07 23:08:49 +03:00
parent 683c2a68cd
commit 274ecbba78
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ __BEGIN_DECLS
// glibc seems to only define numerical
// and posix constants
#define OPEN_MAX 64
__END_DECLS
#endif