mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
Remove *xattr syscalls.
This commit is contained in:
parent
069125e53a
commit
143178995c
@ -36,21 +36,4 @@ libc {
|
||||
GLIBC_PRIVATE {
|
||||
__modify_ldt;
|
||||
}
|
||||
GLIBC_2.3 {
|
||||
# f*
|
||||
fgetxattr; flistxattr; fremovexattr; fsetxattr;
|
||||
|
||||
# g*
|
||||
getxattr;
|
||||
|
||||
# l*
|
||||
listxattr;
|
||||
lgetxattr; llistxattr; lremovexattr; lsetxattr;
|
||||
|
||||
# r*
|
||||
removexattr;
|
||||
|
||||
# s*
|
||||
setxattr;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user