mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 22:50:07 +00:00
1999-11-18 Roland McGrath <roland@baalperazim.frob.com>
* hurd/report-wait.c (_S_msg_report_wait): Fix typo: &_hurd_itimer_thread not &_hurd_msgport_thread.
This commit is contained in:
parent
267ff95b79
commit
2d0876e86b
@ -112,7 +112,7 @@ _S_msg_report_wait (mach_port_t msgport, thread_t thread,
|
||||
if (thread == _hurd_msgport_thread)
|
||||
/* Cute. */
|
||||
strcpy (description, "msgport");
|
||||
else if (&_hurd_msgport_thread && thread == _hurd_itimer_thread)
|
||||
else if (&_hurd_itimer_thread && thread == _hurd_itimer_thread)
|
||||
strcpy (description, "itimer");
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user