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
|
@ -15,15 +15,15 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
extern const long SA_NOCLDSTOP;
|
||||
extern const long SA_NOCLDWAIT;
|
||||
extern const long SA_NODEFER;
|
||||
extern const long SA_NOMASK;
|
||||
extern const long SA_ONESHOT;
|
||||
extern const long SA_ONSTACK;
|
||||
extern const long SA_RESETHAND;
|
||||
extern const long SA_RESTART;
|
||||
extern const long SA_SIGINFO;
|
||||
extern const uint64_t SA_NOCLDSTOP;
|
||||
extern const uint64_t SA_NOCLDWAIT;
|
||||
extern const uint64_t SA_NODEFER;
|
||||
extern const uint64_t SA_NOMASK;
|
||||
extern const uint64_t SA_ONESHOT;
|
||||
extern const uint64_t SA_ONSTACK;
|
||||
extern const uint64_t SA_RESETHAND;
|
||||
extern const uint64_t SA_RESTART;
|
||||
extern const uint64_t SA_SIGINFO;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue