summaryrefslogtreecommitdiff
path: root/misc/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'misc/Versions')
-rw-r--r--misc/Versions17
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/Versions b/misc/Versions
index 4a37d601ba..477b1b076c 100644
--- a/misc/Versions
+++ b/misc/Versions
@@ -108,6 +108,23 @@ libc {
# p*
posix_madvise;
}
+ GLIBC_2.3 {
+ # f*
+ fgetxattr; flistxattr; fremovexattr; fsetxattr;
+
+ # g*
+ getxattr;
+
+ # l*
+ listxattr;
+ lgetxattr; llistxattr; lremovexattr; lsetxattr;
+
+ # r*
+ removexattr;
+
+ # s*
+ setxattr;
+ }
GLIBC_PRIVATE {
# functions which have an additional interface since they are
# cancelable.