diff options
author | Miles Bader <miles@gnu.org> | 1996-04-06 01:51:07 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-04-06 01:51:07 +0000 |
commit | 786db2208ef0e9eae365c56764f3050b73e23e56 (patch) | |
tree | ef1864a486bf0b5752abfa0166fdd8a9d8a2e076 /ChangeLog | |
parent | aa0e1b599cc4d836067fb1157ee16315f2f62439 (diff) | |
download | glibc-786db2208ef0e9eae365c56764f3050b73e23e56.tar.gz glibc-786db2208ef0e9eae365c56764f3050b73e23e56.tar.xz glibc-786db2208ef0e9eae365c56764f3050b73e23e56.zip |
*** empty log message ***
Fri Apr 5 17:43:41 1996 Miles Bader <miles@gnu.ai.mit.edu> * sysdeps/mach/hurd/i386/sigreturn.c (__sigreturn): Store MACH_PORT_DEAD in the thread reply-port variable before destroying the signal handler's reply port to avoid infinite recursion. * sysdeps/mach/hurd/mig-reply.c (__mig_dealloc_reply_port): Only attempt to destroy PORT if it's a valid port name.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 65293eabdb..a6098807e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Apr 5 17:43:41 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * sysdeps/mach/hurd/i386/sigreturn.c (__sigreturn): Store + MACH_PORT_DEAD in the thread reply-port variable before destroying + the signal handler's reply port to avoid infinite recursion. + * sysdeps/mach/hurd/mig-reply.c (__mig_dealloc_reply_port): Only + attempt to destroy PORT if it's a valid port name. + Wed Apr 3 17:10:44 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu> * extra-lib.mk: Put libs in $(common-objpfx) instead of $(objpfx). |