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 /nptl/ChangeLog | |
parent | 8a477363f4c791c64c6a7e4c2c5f961863db601d (diff) | |
download | glibc-043ad426e7927a49a872e915c3cde88b682aea71.tar glibc-043ad426e7927a49a872e915c3cde88b682aea71.tar.gz glibc-043ad426e7927a49a872e915c3cde88b682aea71.tar.bz2 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 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 0150cadb70..3c9693abd0 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,16 @@ +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. + + * sysdeps/pthread/pthread_cond_timedwait.c (__pthread_cond_timedwait): + Avoid shadowing VAL variable. + + * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_test_and_set): + New macro. + 2003-03-18 Ulrich Drepper <drepper@redhat.com> * Makefile (tests): Add tst-cond11. |