mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
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.
This commit is contained in:
parent
00bd9cc9ab
commit
8a477363f4
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user