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