diff options
author | Andreas Jaeger <aj@suse.de> | 2002-08-15 09:01:54 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2002-08-15 09:01:54 +0000 |
commit | 6acb39df39b1d22cc3eda8f744aef8c63b9cf396 (patch) | |
tree | 26a66b7ffeee384016eeca974cc5f3269ed2e428 /sysdeps/unix/sysv/linux/mips/Versions | |
parent | 1a6402980810854cae28cce1a348d7e5eecd14e0 (diff) | |
download | glibc-6acb39df39b1d22cc3eda8f744aef8c63b9cf396.tar.gz glibc-6acb39df39b1d22cc3eda8f744aef8c63b9cf396.tar.xz glibc-6acb39df39b1d22cc3eda8f744aef8c63b9cf396.zip |
Add *xattr syscalls with version 2.3.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/Versions')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/Versions | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/Versions b/sysdeps/unix/sysv/linux/mips/Versions index f71d9b5d88..0c5d798b0b 100644 --- a/sysdeps/unix/sysv/linux/mips/Versions +++ b/sysdeps/unix/sysv/linux/mips/Versions @@ -17,4 +17,21 @@ libc { # _* _test_and_set; } + #GLIBC_2.3 { + # # f* + # fgetxattr; flistxattr; fremovexattr; fsetxattr; + # + # # g* + # getxattr; + # + # # l* + # listxattr; + # lgetxattr; llistxattr; lremovexattr; lsetxattr; + # + # # r* + # removexattr; + # + # # s* + # setxattr; + #} } |