mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-12 04:00:17 +00:00
hurd S_msg_report_wait: Fix reporting ports
This fixes the parameter order of MSG_EXAMINE, thus fixing the detection of e.g. fd ports for nicer output in ps WAIT output.
This commit is contained in:
parent
ee11682d4f
commit
c57fe5462b
@ -152,7 +152,7 @@ _S_msg_report_wait (mach_port_t msgport, thread_t thread,
|
||||
/* Blocked in a system call. */
|
||||
if (*msgid == -25
|
||||
/* mach_msg system call. Examine its parameters. */
|
||||
&& MSG_EXAMINE (&state, msgid, &send_port, &rcv_port,
|
||||
&& MSG_EXAMINE (&state, msgid, &rcv_port, &send_port,
|
||||
&option, &timeout) == 0)
|
||||
{
|
||||
char *p;
|
||||
|
Loading…
Reference in New Issue
Block a user