diff options
author | 2005-03-13 03:53:26 +0000 | |
---|---|---|
committer | 2005-03-13 03:53:26 +0000 | |
commit | 15772ca8e7f32fbbe33c40e40f337253f5af5d3b (patch) | |
tree | 018db7103e004382cd7a4dc692f05ceb7f729c8d /nptl | |
parent | 2005-02-07 Richard Henderson <rth@redhat.com> (diff) | |
download | glibc-15772ca8e7f32fbbe33c40e40f337253f5af5d3b.tar.xz glibc-15772ca8e7f32fbbe33c40e40f337253f5af5d3b.zip |
.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 8408f47f07..703b68a5c9 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -9,6 +9,12 @@ * sysdeps/unix/sysv/linux/bits/local_lim.h: Likewise. * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise. +2005-02-07 Richard Henderson <rth@redhat.com> + + [BZ #787] + * sysdeps/pthread/pthread.h (__sigsetjmp): Use pointer as first + argument. + 2005-01-26 Jakub Jelinek <jakub@redhat.com> [BZ #737] |