This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: *xattr syscalls


Here's a patch to add the Versions for the xattr syscalls.  Ok to
commit?

Andreas

2002-08-15  Andreas Jaeger  <aj@suse.de>

	* sysdeps/unix/sysv/linux/Versions: Add *xattr syscalls with
	version 2.3.

============================================================
Index: sysdeps/unix/sysv/linux/Versions
--- sysdeps/unix/sysv/linux/Versions	5 Jun 2002 08:56:12 -0000	1.17
+++ sysdeps/unix/sysv/linux/Versions	15 Aug 2002 08:28:56 -0000
@@ -88,8 +88,21 @@ libc {
     pivot_root;
   }
   GLIBC_2.3 {
+    # f*
+    fgetxattr; flistxattr; fremovexattr; fsetxattr;
+
+    # g*
+    getxattr;
+
+    # l*
+    listxattr;
+    lgetxattr; llistxattr; lremovexattr; lsetxattr;
+
     # r*
-    readahead;
+    readahead; removexattr;
+
+    # s*
+    setxattr;
   }
   GLIBC_PRIVATE {
     # needed by libpthread.

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]