]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(getdirentries64): Export at GLIBC_2.2.
authorUlrich Drepper <drepper@redhat.com>
Mon, 14 Aug 2000 17:38:43 +0000 (17:38 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 14 Aug 2000 17:38:43 +0000 (17:38 +0000)
dirent/Versions

index aa7693e8be5673cbfbd2406d83bf9829853be2b7..9d96caeb361853e2638a85368601db10677abc9d 100644 (file)
@@ -37,4 +37,8 @@ libc {
     # v*
     versionsort; versionsort64;
   }
+  GLIBC_2.2 {
+    # g*
+    getdirentries64;
+  }
 }