1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Add <sys/auxv.h> and getauxval.

This commit is contained in:
Richard Henderson
2012-05-20 10:34:00 -07:00
parent a6f1845d45
commit c7683a6d02
24 changed files with 326 additions and 61 deletions

View File

@ -146,4 +146,7 @@ libc {
GLIBC_2.14 {
syncfs;
}
GLIBC_2.16 {
__getauxval; getauxval;
}
}