mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-19 03:20:05 +00:00
30 lines
366 B
Plaintext
30 lines
366 B
Plaintext
libc {
|
|
GLIBC_2.2.5 {
|
|
arch_prctl; __arch_prctl;
|
|
|
|
ioperm; iopl;
|
|
|
|
modify_ldt;
|
|
}
|
|
GLIBC_PRIVATE {
|
|
__modify_ldt;
|
|
}
|
|
GLIBC_2.3 {
|
|
# f*
|
|
fgetxattr; flistxattr; fremovexattr; fsetxattr;
|
|
|
|
# g*
|
|
getxattr;
|
|
|
|
# l*
|
|
listxattr;
|
|
lgetxattr; llistxattr; lremovexattr; lsetxattr;
|
|
|
|
# r*
|
|
removexattr;
|
|
|
|
# s*
|
|
setxattr;
|
|
}
|
|
}
|