]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Export __libc_pread, __libc_pread64, __libc_pwrite, and
authorUlrich Drepper <drepper@redhat.com>
Sun, 19 Dec 1999 05:31:23 +0000 (05:31 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 19 Dec 1999 05:31:23 +0000 (05:31 +0000)
__libc_pwrite64.

posix/Versions

index 195576937a01d1828231b6fc19deef60ca974bb1..da7c479ffb31f7c7838f5f1ed783f439a21de863 100644 (file)
@@ -88,4 +88,8 @@ libc {
     # functions used in other libraries
     __libc_fork; __vfork;
   }
+  GLIBC_2.1.3 {
+    # For the cancelation wrappers.
+    __libc_pread; __libc_pread64; __libc_pwrite; __libc_pwrite64;
+  }
 }