mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-25 20:10:29 +00:00
Improve dead code elimination
This commit is contained in:
parent
760db8c5ad
commit
0e36cb3ac4
6606 changed files with 9685 additions and 9854 deletions
|
@ -16,16 +16,16 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
hidden extern const long SA_NOCLDSTOP;
|
||||
hidden extern const long SA_NOCLDWAIT;
|
||||
hidden extern const long SA_NODEFER;
|
||||
hidden extern const long SA_NOMASK;
|
||||
hidden extern const long SA_ONESHOT;
|
||||
hidden extern const long SA_ONSTACK;
|
||||
hidden extern const long SA_RESETHAND;
|
||||
hidden extern const long SA_RESTART;
|
||||
hidden extern const long SA_RESTORER;
|
||||
hidden extern const long SA_SIGINFO;
|
||||
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_RESTORER;
|
||||
extern const long SA_SIGINFO;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue