diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-11-30 17:07:38 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-11-30 17:07:38 +0000 |
commit | 37582bc7433d788408ba94cee69659153b442a0b (patch) | |
tree | bd44117da24a4333249ba46eb935112df58924d7 /ChangeLog | |
parent | f12ca311c01cba335a9e4c866a0c966d2efd41a2 (diff) | |
download | glibc-37582bc7433d788408ba94cee69659153b442a0b.tar glibc-37582bc7433d788408ba94cee69659153b442a0b.tar.gz glibc-37582bc7433d788408ba94cee69659153b442a0b.tar.bz2 glibc-37582bc7433d788408ba94cee69659153b442a0b.zip |
Updated to fedora-glibc-20061130T1652cvs/fedora-glibc-2_5_90-9
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2006-11-30 Jakub Jelinek <jakub@redhat.com> + + * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc + succeeded. + +2006-11-29 Daniel Jacobowitz <dan@codesourcery.com> + Jakub Jelinek <jakub@redhat.com> + Jan Kratochvil <jan.kratochvil@redhat.com> + + * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct + unwind information. + * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for + 'restore_rt' even in the 'signal' directory. + * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list. + 2006-11-27 Jakub Jelinek <jakub@redhat.com> [BZ #3559] |