diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-19 03:34:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-19 03:34:48 +0000 |
commit | 043ad426e7927a49a872e915c3cde88b682aea71 (patch) | |
tree | 5bb6178c065a279b56573a3fca4b2d06b45c2f32 /linuxthreads/Versions | |
parent | 8a477363f4c791c64c6a7e4c2c5f961863db601d (diff) | |
download | glibc-043ad426e7927a49a872e915c3cde88b682aea71.tar.gz glibc-043ad426e7927a49a872e915c3cde88b682aea71.tar.xz glibc-043ad426e7927a49a872e915c3cde88b682aea71.zip |
* Versions (libpthread: GLIBC_2.2): Remove
pthread_barrierattr_getpshared, never really existed. (libpthread: GLIBC_2.0): Move __pthread_initialize to ... (libpthread: GLIBC_PRIVATE): ... here.
Diffstat (limited to 'linuxthreads/Versions')
-rw-r--r-- | linuxthreads/Versions | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linuxthreads/Versions b/linuxthreads/Versions index 0facfbc4c7..88668e6483 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -80,7 +80,7 @@ libpthread { sigwait; # Protected names for functions used in other shared objects. - __pthread_atfork; __pthread_initialize; __pthread_getspecific; + __pthread_atfork; __pthread_getspecific; __pthread_key_create; __pthread_mutex_destroy; __pthread_mutex_init; __pthread_mutex_lock; __pthread_mutex_trylock; __pthread_mutex_unlock; __pthread_mutexattr_destroy; __pthread_mutexattr_init; @@ -147,7 +147,7 @@ libpthread { pthread_getcpuclockid; pthread_barrier_destroy; pthread_barrier_init; pthread_barrier_wait; pthread_barrierattr_destroy; pthread_barrierattr_init; - pthread_barrierattr_getpshared; pthread_barrierattr_setpshared; + pthread_barrierattr_setpshared; pthread_mutex_timedlock; pthread_rwlock_timedrdlock; pthread_rwlock_timedwrlock; @@ -170,6 +170,7 @@ libpthread { } GLIBC_PRIVATE { # Internal libc interface to libpthread + __pthread_initialize; __pthread_kill_other_threads_np; } } |