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

View File

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