Remove *xattr syscalls.

This commit is contained in:
Andreas Jaeger 2002-08-24 06:47:55 +00:00
parent 069125e53a
commit 143178995c

View file

@ -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;
}
}