From 6acb39df39b1d22cc3eda8f744aef8c63b9cf396 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 15 Aug 2002 09:01:54 +0000 Subject: Add *xattr syscalls with version 2.3. --- sysdeps/unix/sysv/linux/mips/Versions | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'sysdeps/unix/sysv/linux/mips') 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; + #} } -- cgit v1.2.3