aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-08-15 09:01:52 +0000
committerAndreas Jaeger <aj@suse.de>2002-08-15 09:01:52 +0000
commit074a6e5efa5598aa0197e68b9c05d758bc3fd910 (patch)
tree079a52f6a3f2d9fdcfde128265b43d385f770cbe /sysdeps
parent94a376cc2cb4d93d0a76d16d6aa296cd18bbab1b (diff)
downloadglibc-074a6e5efa5598aa0197e68b9c05d758bc3fd910.tar
glibc-074a6e5efa5598aa0197e68b9c05d758bc3fd910.tar.gz
glibc-074a6e5efa5598aa0197e68b9c05d758bc3fd910.tar.bz2
glibc-074a6e5efa5598aa0197e68b9c05d758bc3fd910.zip
Add *xattr syscalls with version 2.3.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/alpha/Versions17
-rw-r--r--sysdeps/unix/sysv/linux/arm/Versions17
-rw-r--r--sysdeps/unix/sysv/linux/m68k/Versions17
-rw-r--r--sysdeps/unix/sysv/linux/mips/Versions17
4 files changed, 68 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/Versions b/sysdeps/unix/sysv/linux/alpha/Versions
index c18816ca6f..688253212f 100644
--- a/sysdeps/unix/sysv/linux/alpha/Versions
+++ b/sysdeps/unix/sysv/linux/alpha/Versions
@@ -57,4 +57,21 @@ libc {
# w*
wordexp;
}
+ GLIBC_2.3 {
+ # f*
+ fgetxattr; flistxattr; fremovexattr; fsetxattr;
+
+ # g*
+ getxattr;
+
+ # l*
+ listxattr;
+ lgetxattr; llistxattr; lremovexattr; lsetxattr;
+
+ # r*
+ removexattr;
+
+ # s*
+ setxattr;
+ }
}
diff --git a/sysdeps/unix/sysv/linux/arm/Versions b/sysdeps/unix/sysv/linux/arm/Versions
index 32cb185505..df5c9ec26a 100644
--- a/sysdeps/unix/sysv/linux/arm/Versions
+++ b/sysdeps/unix/sysv/linux/arm/Versions
@@ -31,4 +31,21 @@ libc {
# v*
versionsort64;
}
+ GLIBC_2.3 {
+ # f*
+ fgetxattr; flistxattr; fremovexattr; fsetxattr;
+
+ # g*
+ getxattr;
+
+ # l*
+ listxattr;
+ lgetxattr; llistxattr; lremovexattr; lsetxattr;
+
+ # r*
+ removexattr;
+
+ # s*
+ setxattr;
+ }
}
diff --git a/sysdeps/unix/sysv/linux/m68k/Versions b/sysdeps/unix/sysv/linux/m68k/Versions
index 0799bf310e..62154b9508 100644
--- a/sysdeps/unix/sysv/linux/m68k/Versions
+++ b/sysdeps/unix/sysv/linux/m68k/Versions
@@ -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;
+ }
}
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;
+ #}
}