about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog4
-rw-r--r--nptl/Versions9
2 files changed, 9 insertions, 4 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index a1152ea1a5..66fc21ca1a 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2002-12-09  Ulrich Drepper  <drepper@redhat.com>
+
+	* Versions: Remove duplicated sigwait entry.
+
 2002-12-08  Ulrich Drepper  <drepper@redhat.com>
 
 	* pthreadP.h: Enable pthread_cleanup_{push,pop} optimizations only
diff --git a/nptl/Versions b/nptl/Versions
index e85db80a3a..309a1018eb 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -189,13 +189,14 @@ libpthread {
     __nanosleep;
   }
 
-  # XXX Adjust number for final release.
   GLIBC_2.3.2 {
+    # The version for these interfaces is fixed.
+    creat; poll; pselect; readv; select; sigpause; sigsuspend;
+    sigwaitinfo; waitid; writev; __xpg_sigpause;
+
     # Proposed API extensions.
+    # XXX Adjust number for final release.
     pthread_tryjoin_np; pthread_timedjoin_np;
-
-    creat; poll; pselect; readv; select; sigpause; sigsuspend; sigwait;
-    sigwaitinfo; waitid; writev;  __xpg_sigpause;
   }
 
   GLIBC_PRIVATE {