about summary refs log tree commit diff
path: root/linuxthreads
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog5
-rw-r--r--linuxthreads/Versions5
2 files changed, 7 insertions, 3 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index cd5d10c5a3..9fcbf92ed2 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,8 @@
+2000-02-25  Andreas Jaeger  <aj@suse.de>
+
+	* Versions: Export pread, __pread64, pread64, pwrite, __pwrite64,
+        pwrite64, lseek64, open64, and __open64 with version 2.2.
+		
 2000-02-22  Ulrich Drepper  <drepper@redhat.com>
 
 	* semaphore.h (SEM_FAILED): Use 0 not NULL.
diff --git a/linuxthreads/Versions b/linuxthreads/Versions
index 0b21abb141..1e93064f41 100644
--- a/linuxthreads/Versions
+++ b/linuxthreads/Versions
@@ -118,12 +118,11 @@ libpthread {
     __pthread_kill_other_threads_np;
     __vfork;
   }
-  GLIBC_2.1.3 {
+  GLIBC_2.2 {
     # For the cancelation wrappers.
     pread; __pread64; pread64; pwrite; __pwrite64; pwrite64; lseek64;
     open64; __open64;
-  }
-  GLIBC_2.2 {
+
     __res_state;
   }
 }