mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-25 03:50: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
|
@ -9,12 +9,12 @@ COSMOPOLITAN_C_START_
|
|||
* @see libc/sysv/consts/auxv.h for getauxval() constants
|
||||
*/
|
||||
|
||||
hidden extern const long AT_FDCWD;
|
||||
hidden extern const long AT_SYMLINK_FOLLOW;
|
||||
hidden extern const long AT_SYMLINK_NOFOLLOW;
|
||||
hidden extern const long AT_REMOVEDIR;
|
||||
hidden extern const long AT_EACCESS;
|
||||
hidden extern const long AT_EMPTY_PATH;
|
||||
extern const long AT_FDCWD;
|
||||
extern const long AT_SYMLINK_FOLLOW;
|
||||
extern const long AT_SYMLINK_NOFOLLOW;
|
||||
extern const long AT_REMOVEDIR;
|
||||
extern const long AT_EACCESS;
|
||||
extern const long AT_EMPTY_PATH;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue