1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Add *xattr syscalls with version 2.3.

This commit is contained in:
Andreas Jaeger
2002-08-15 09:01:54 +00:00
parent 1a64029808
commit 6acb39df39
11 changed files with 187 additions and 0 deletions

View File

@ -29,4 +29,21 @@ libc {
# v*
versionsort64;
}
GLIBC_2.3 {
# f*
fgetxattr; flistxattr; fremovexattr; fsetxattr;
# g*
getxattr;
# l*
listxattr;
lgetxattr; llistxattr; lremovexattr; lsetxattr;
# r*
removexattr;
# s*
setxattr;
}
}