mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-04 03:32:27 +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
|
@ -83,10 +83,6 @@
|
|||
#define __BIGGEST_ALIGNMENT__ 16
|
||||
#endif
|
||||
|
||||
#ifdef _COSMO_SOURCE
|
||||
#define _PAGESIZE 4096
|
||||
#endif
|
||||
|
||||
#if defined(__LP64__) && !defined(__INT64_TYPE__)
|
||||
#include "libc/integral/lp64.inc"
|
||||
#elif defined(_MSC_VER) && !defined(__INT64_TYPE__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue