diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-12-27 15:27:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-12-27 15:27:09 +0000 |
commit | bfffffaee3bf0dd86a8460dc005d0cf840520834 (patch) | |
tree | 5298b87b06a73c20119f319cf405f22308b3bc1c /nptl/ChangeLog | |
parent | 1911b455dc562a3b6d6ae71a2517097044f98f5e (diff) | |
download | glibc-bfffffaee3bf0dd86a8460dc005d0cf840520834.tar glibc-bfffffaee3bf0dd86a8460dc005d0cf840520834.tar.gz glibc-bfffffaee3bf0dd86a8460dc005d0cf840520834.tar.bz2 glibc-bfffffaee3bf0dd86a8460dc005d0cf840520834.zip |
* sysdeps/unix/sysv/linux/sparc/bits/errno.h: Define EOWNERDEAD
and ENOTRECOVERABLE if not already defined.
* sysdeps/unix/sysv/linux/alpha/bits/errno.h: Likewise.
2005-12-27 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/alpha/Versions: Add new errlist-compat
entry for up to 138 errnos.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index acb6cd2a53..14307c5140 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,14 @@ +2005-12-27 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: Add __next + and __prev field to pthread_mutex_t. + * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Likewise. + * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Add __next field + to pthread_mutex_t. + 2005-12-26 Ulrich Drepper <drepper@redhat.com> * pthreadP.h: Define PTHREAD_MUTEX_ROBUST_PRIVATE_NP, @@ -56,7 +67,7 @@ * pthread_mutex_trylock.c (__pthread_mutex_trylock): Add break missing after last change. - * version.c: Update cpoyright year. + * version.c: Update copyright year. 2005-12-23 Ulrich Drepper <drepper@redhat.com> |