mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-17 16: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
|
@ -4,17 +4,17 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
hidden extern const long POSIX_FADV_DONTNEED;
|
||||
hidden extern const long POSIX_FADV_NOREUSE;
|
||||
hidden extern const long POSIX_FADV_NORMAL;
|
||||
hidden extern const long POSIX_FADV_RANDOM;
|
||||
hidden extern const long POSIX_FADV_SEQUENTIAL;
|
||||
hidden extern const long POSIX_FADV_WILLNEED;
|
||||
hidden extern const long POSIX_MADV_DONTNEED;
|
||||
hidden extern const long POSIX_MADV_NORMAL;
|
||||
hidden extern const long POSIX_MADV_RANDOM;
|
||||
hidden extern const long POSIX_MADV_SEQUENTIAL;
|
||||
hidden extern const long POSIX_MADV_WILLNEED;
|
||||
extern const long POSIX_FADV_DONTNEED;
|
||||
extern const long POSIX_FADV_NOREUSE;
|
||||
extern const long POSIX_FADV_NORMAL;
|
||||
extern const long POSIX_FADV_RANDOM;
|
||||
extern const long POSIX_FADV_SEQUENTIAL;
|
||||
extern const long POSIX_FADV_WILLNEED;
|
||||
extern const long POSIX_MADV_DONTNEED;
|
||||
extern const long POSIX_MADV_NORMAL;
|
||||
extern const long POSIX_MADV_RANDOM;
|
||||
extern const long POSIX_MADV_SEQUENTIAL;
|
||||
extern const long POSIX_MADV_WILLNEED;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue