mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-16 07:39:56 +00:00
Improve dead code elimination
This commit is contained in:
parent
760db8c5ad
commit
0e36cb3ac4
6606 changed files with 9685 additions and 9854 deletions
|
@ -4,13 +4,13 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
hidden extern const long FALLOC_FL_KEEP_SIZE;
|
||||
hidden extern const long FALLOC_FL_PUNCH_HOLE;
|
||||
hidden extern const long FALLOC_FL_NO_HIDE_STALE;
|
||||
hidden extern const long FALLOC_FL_COLLAPSE_RANGE;
|
||||
hidden extern const long FALLOC_FL_ZERO_RANGE;
|
||||
hidden extern const long FALLOC_FL_INSERT_RANGE;
|
||||
hidden extern const long FALLOC_FL_UNSHARE_RANGE;
|
||||
extern const long FALLOC_FL_KEEP_SIZE;
|
||||
extern const long FALLOC_FL_PUNCH_HOLE;
|
||||
extern const long FALLOC_FL_NO_HIDE_STALE;
|
||||
extern const long FALLOC_FL_COLLAPSE_RANGE;
|
||||
extern const long FALLOC_FL_ZERO_RANGE;
|
||||
extern const long FALLOC_FL_INSERT_RANGE;
|
||||
extern const long FALLOC_FL_UNSHARE_RANGE;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue