mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-26 12:30:30 +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,11 +4,11 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
extern const long LOCK_EX;
|
||||
extern const long LOCK_NB;
|
||||
extern const long LOCK_SH;
|
||||
extern const long LOCK_UN;
|
||||
extern const long LOCK_UNLOCK_CACHE;
|
||||
extern const int LOCK_EX;
|
||||
extern const int LOCK_NB;
|
||||
extern const int LOCK_SH;
|
||||
extern const int LOCK_UN;
|
||||
extern const int LOCK_UNLOCK_CACHE;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue