1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:07:36 +00:00

LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.h

This commit is contained in:
Idan Horowitz 2021-10-28 00:45:42 +03:00 committed by Andreas Kling
parent f22787dd39
commit f12da0af13
6 changed files with 79 additions and 52 deletions

View file

@ -98,6 +98,4 @@ int posix_openpt(int flags);
int grantpt(int fd);
int unlockpt(int fd);
long getauxval(long type);
__END_DECLS