mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-03 03:02:28 +00:00
Add special errno handling to libcxx
This commit is contained in:
parent
0f486a13c8
commit
2c4b88753b
10 changed files with 235 additions and 7 deletions
2
third_party/libcxx/config_elast.h
vendored
2
third_party/libcxx/config_elast.h
vendored
|
@ -32,7 +32,7 @@
|
|||
#elif defined(__EMSCRIPTEN__)
|
||||
// No _LIBCPP_ELAST needed on Emscripten
|
||||
#elif defined(__COSMOPOLITAN__)
|
||||
#define _LIBCPP_ELAST 65535
|
||||
// No _LIBCPP_ELAST needed on Cosmopolitan
|
||||
#elif defined(__linux__) || defined(_LIBCPP_HAS_MUSL_LIBC)
|
||||
#define _LIBCPP_ELAST 4095
|
||||
#elif defined(__APPLE__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue