aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-10-12 00:49:44 +0000
committerUlrich Drepper <drepper@redhat.com>2002-10-12 00:49:44 +0000
commitf44476711db142376aa30182b23384037905b910 (patch)
treeb05a10a55b6be1d314a2fdf64f8f25a4fb9b6912 /ChangeLog
parenteb9f749186994ede50658aeae4ddd6432f93b34e (diff)
downloadglibc-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6011dfc06..6ba5af12ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.