diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-10-12 06:34:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-10-12 06:34:56 +0000 |
commit | cc12f2a442d1d971d6ec0c21bdfa578299601fc7 (patch) | |
tree | 2d4f96a7c563e25200a940fade4aea05e4203a7b /ChangeLog | |
parent | f44476711db142376aa30182b23384037905b910 (diff) | |
download | glibc-cc12f2a442d1d971d6ec0c21bdfa578299601fc7.tar.gz |
Update.
* elf/dl-load.c (_dl_map_object_from_fd): Remove unnecessarily
duplicated variable c.
* sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Use INTERNAL_SYSCALL
if possible.
Add hack to prevent the compiler from clobbering the signal context.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,15 +1,17 @@ 2002-10-11 Ulrich Drepper <drepper@redhat.com> - * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Use - INTERNAL_SYSCALL is possible. + * elf/dl-load.c (_dl_map_object_from_fd): Remove unnecessarily + duplicated variable c. + + * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Use INTERNAL_SYSCALL + if possible. * sysdeps/unix/sysv/linux/i386/sysdep.h (INTERNAL_SYSCALL_ERROR_P): New define. (INTERNAL_SYSCALL_ERRNO): Likewise. * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter): - Add hack to prevent the compiler from clobbering the signal - context. + Add hack to prevent the compiler from clobbering the signal context. 2002-10-11 Roland McGrath <roland@redhat.com> |