summaryrefslogtreecommitdiff
path: root/nptl/Versions
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-19 03:25:04 +0000
committerRoland McGrath <roland@gnu.org>2003-03-19 03:25:04 +0000
commit8a477363f4c791c64c6a7e4c2c5f961863db601d (patch)
tree724a46039f6a63b41321a862621f4481a48ae3b8 /nptl/Versions
parent00bd9cc9ab9db24f5a92e3ff5abdab57f1add056 (diff)
downloadglibc-8a477363f4c791c64c6a7e4c2c5f961863db601d.tar.gz
2003-03-18 Roland McGrath <roland@redhat.com>
* Versions (libpthread: GLIBC_2.3.2): Move pthread_tryjoin_np and pthread_timedjoin_np to ... (libpthread: GLIBC_2.3.3): ... here. (libpthread: GLIBC_2.2): Move pthread_barrierattr_getpshared there too.
Diffstat (limited to 'nptl/Versions')
-rw-r--r--nptl/Versions12
1 files changed, 7 insertions, 5 deletions
diff --git a/nptl/Versions b/nptl/Versions
index 1d6e6b2582..5824108426 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -164,7 +164,7 @@ libpthread {
pthread_barrier_init; pthread_barrier_destroy; pthread_barrier_wait;
pthread_barrierattr_destroy; pthread_barrierattr_init;
- pthread_barrierattr_getpshared; pthread_barrierattr_setpshared;
+ pthread_barrierattr_setpshared;
sem_timedwait;
@@ -200,15 +200,17 @@ libpthread {
pthread_cond_init; pthread_cond_destroy;
pthread_cond_wait; pthread_cond_timedwait;
pthread_cond_signal; pthread_cond_broadcast;
-
- # Proposed API extensions.
- # XXX Adjust number for final release.
- pthread_tryjoin_np; pthread_timedjoin_np;
}
GLIBC_2.3.3 {
+ # 1003.1-2001 function accidentally left out in 2.2.
+ pthread_barrierattr_getpshared;
+
# Unix CS option.
pthread_condattr_getclock; pthread_condattr_setclock;
+
+ # Proposed API extensions.
+ pthread_tryjoin_np; pthread_timedjoin_np;
}
GLIBC_PRIVATE {