mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-23 02:50:29 +00:00
Change magnum types to match other platforms (#525)
This commit is contained in:
parent
af3df0893b
commit
5f552338d6
65 changed files with 1311 additions and 1305 deletions
|
@ -4,12 +4,12 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
extern const long PROT_NONE;
|
||||
extern const long PROT_READ;
|
||||
extern const long PROT_WRITE;
|
||||
extern const long PROT_EXEC;
|
||||
extern const long PROT_GROWSDOWN;
|
||||
extern const long PROT_GROWSUP;
|
||||
extern const int PROT_NONE;
|
||||
extern const int PROT_READ;
|
||||
extern const int PROT_WRITE;
|
||||
extern const int PROT_EXEC;
|
||||
extern const int PROT_GROWSDOWN;
|
||||
extern const int PROT_GROWSUP;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue