diff options
author | Roland McGrath <roland@gnu.org> | 2006-02-24 07:29:01 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-02-24 07:29:01 +0000 |
commit | c5132ca1c35e1c0e93b9ba8eda575bb57c892b78 (patch) | |
tree | fdaa87c3398fc1461708a1158f0aa01b258eaa0e /nptl/ChangeLog | |
parent | 5536dfcbb88ee135392024ebf453b8e82ce90fed (diff) | |
download | glibc-c5132ca1c35e1c0e93b9ba8eda575bb57c892b78.zip glibc-c5132ca1c35e1c0e93b9ba8eda575bb57c892b78.tar.gz glibc-c5132ca1c35e1c0e93b9ba8eda575bb57c892b78.tar.bz2 |
* descr.h (struct pthread): Add final member `end_padding'.
(PTHREAD_STRUCT_END_PADDING): Use it.
2006-02-20 Roland McGrath <roland@redhat.com>
* sysdeps/mips: Directory removed, saved in ports repository.
* sysdeps/unix/sysv/linux/mips: Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 6545790..30357d6 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,13 @@ +2006-02-23 Roland McGrath <roland@redhat.com> + + * descr.h (struct pthread): Add final member `end_padding'. + (PTHREAD_STRUCT_END_PADDING): Use it. + +2006-02-20 Roland McGrath <roland@redhat.com> + + * sysdeps/mips: Directory removed, saved in ports repository. + * sysdeps/unix/sysv/linux/mips: Likewise. + 2006-02-18 Ulrich Drepper <drepper@redhat.com> * tst-robust1.c: Add second mutex to check that the mutex list is |