mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
2002-05-15 Roland McGrath <roland@frob.com>
* hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
This commit is contained in:
parent
1c0d9ed866
commit
cca6915e18
@ -1,5 +1,5 @@
|
|||||||
/* Report on what a thread in our task is waiting for.
|
/* Report on what a thread in our task is waiting for.
|
||||||
Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
|
Copyright (C) 1996,97,99,2002 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -105,7 +105,7 @@ weak_alias (default_hurd_itimer_thread, _hurd_itimer_thread)
|
|||||||
|
|
||||||
kern_return_t
|
kern_return_t
|
||||||
_S_msg_report_wait (mach_port_t msgport, thread_t thread,
|
_S_msg_report_wait (mach_port_t msgport, thread_t thread,
|
||||||
string_t description, int *msgid)
|
string_t description, mach_msg_id_t *msgid)
|
||||||
{
|
{
|
||||||
*msgid = 0;
|
*msgid = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user