diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-02 07:54:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-02 07:54:30 +0000 |
commit | 86bfff4d52a03be3b5f6d8acfa47973fd2fc0bd1 (patch) | |
tree | 9493e52ddea8d6aa18beac671288fc5aacabea5e /nptl/ChangeLog | |
parent | 748bec0865432d32b673478c502e4e4e5bed5339 (diff) | |
download | glibc-86bfff4d52a03be3b5f6d8acfa47973fd2fc0bd1.tar.gz glibc-86bfff4d52a03be3b5f6d8acfa47973fd2fc0bd1.tar.xz glibc-86bfff4d52a03be3b5f6d8acfa47973fd2fc0bd1.zip |
Update.
2003-03-01 Ulrich Drepper <drepper@redhat.com> * descr.h (struct pthread): Move cleanup field to the front.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index a3f0c94705..f6f70fd600 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2003-03-01 Ulrich Drepper <drepper@redhat.com> + + * descr.h (struct pthread): Move cleanup field to the front. + 2003-03-01 Roland McGrath <roland@redhat.com> * sem_open.c (sem_open): Braino fix. |