mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-08 04:08:32 +00:00
Improve dead code elimination
This commit is contained in:
parent
760db8c5ad
commit
0e36cb3ac4
6606 changed files with 9685 additions and 9854 deletions
|
@ -13,13 +13,13 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
hidden extern const long RTLD_DI_LINKMAP;
|
||||
hidden extern const long RTLD_GLOBAL;
|
||||
hidden extern const long RTLD_LAZY;
|
||||
hidden extern const long RTLD_LOCAL;
|
||||
hidden extern const long RTLD_NODELETE;
|
||||
hidden extern const long RTLD_NOLOAD;
|
||||
hidden extern const long RTLD_NOW;
|
||||
extern const long RTLD_DI_LINKMAP;
|
||||
extern const long RTLD_GLOBAL;
|
||||
extern const long RTLD_LAZY;
|
||||
extern const long RTLD_LOCAL;
|
||||
extern const long RTLD_NODELETE;
|
||||
extern const long RTLD_NOLOAD;
|
||||
extern const long RTLD_NOW;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue