diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-10-12 00:49:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-10-12 00:49:44 +0000 |
commit | f44476711db142376aa30182b23384037905b910 (patch) | |
tree | b05a10a55b6be1d314a2fdf64f8f25a4fb9b6912 /ChangeLog | |
parent | eb9f749186994ede50658aeae4ddd6432f93b34e (diff) | |
download | glibc-f44476711db142376aa30182b23384037905b910.tar glibc-f44476711db142376aa30182b23384037905b910.tar.gz glibc-f44476711db142376aa30182b23384037905b910.tar.bz2 glibc-f44476711db142376aa30182b23384037905b910.zip |
Update.
* sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Use
INTERNAL_SYSCALL is possible.
* sysdeps/unix/sysv/linux/i386/sysdep.h
(INTERNAL_SYSCALL_ERROR_P): New define.
(INTERNAL_SYSCALL_ERRNO): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2002-10-11 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Use + INTERNAL_SYSCALL is 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. |