1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-12 19:04:54 +03:00

* hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): For MACH_SEND_INTERRUPTED

and other errors that indicate a pseudo-receive happened, grok through
	the message buffer for port rights that need references fixed up.
This commit is contained in:
Roland McGrath
2000-03-18 08:25:32 +00:00
parent 024c4ccba6
commit a5733c2844

View File

@@ -1,3 +1,9 @@
2000-03-18 Roland McGrath <roland@baalperazim.frob.com>
* hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): For MACH_SEND_INTERRUPTED
and other errors that indicate a pseudo-receive happened, grok through
the message buffer for port rights that need references fixed up.
2000-03-16 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/syscalls.list: Added madvise and mincore.