(__xstat64, __fxstat64, __lxstat64): Export at GLIBC_2.2.
authorUlrich Drepper <drepper@redhat.com>
Mon, 14 Aug 2000 17:39:48 +0000 (17:39 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 14 Aug 2000 17:39:48 +0000 (17:39 +0000)
(alphasort64, readdir64, readdir64_r, scandir64, versionsort64): Likewise.

sysdeps/unix/sysv/linux/arm/Versions

index 4ac5b58..5498086 100644 (file)
@@ -11,7 +11,22 @@ libc {
     outb; outw; outl;
   }
   GLIBC_2.2 {
+    # functions used in other libraries
+    __xstat64; __fxstat64; __lxstat64;
+
+    # a*
+    alphasort64;
+
     # New rlimit interface
     getrlimit; setrlimit; getrlimit64;
+
+    # r*
+    readdir64; readdir64_r;
+
+    # s*
+    scandir64;
+
+    # v*
+    versionsort64;
   }
 }