aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-04-21 02:54:07 +0000
committerRoland McGrath <roland@gnu.org>1995-04-21 02:54:07 +0000
commitb96bdcd7d92fb44e9e2ad2458fdff03bda715151 (patch)
treee8c3c607278b24036c4b050c9c2ce9ff36058eaf /ChangeLog
parent11d90def8c64fd858481a8ca3fbcf77f497f63b2 (diff)
downloadglibc-b96bdcd7d92fb44e9e2ad2458fdff03bda715151.zip
glibc-b96bdcd7d92fb44e9e2ad2458fdff03bda715151.tar.gz
glibc-b96bdcd7d92fb44e9e2ad2458fdff03bda715151.tar.bz2
* hurd/hurdsig.c: Use assert_perror for many calls which should
never fail and previously were not checked.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28ee163..193ca76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
Thu Apr 20 22:23:58 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+ * hurd/hurdsig.c: Use assert_perror for many calls which should
+ never fail and previously were not checked.
+
* sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
Point the return address for sigreturn's frame at a "hlt" insn so
it will definitely crash if sigreturn returns.