diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-16 05:15:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-16 05:15:55 +0000 |
commit | cca6915e18d36995defa19eadc3b887a5bb04b6d (patch) | |
tree | 67b2f9d16e3f0d57a0c80b921ece61c061fd486f | |
parent | 1c0d9ed866124298791e7de4fb95318ab7d206a9 (diff) | |
download | glibc-cca6915e18d36995defa19eadc3b887a5bb04b6d.tar.gz glibc-cca6915e18d36995defa19eadc3b887a5bb04b6d.tar.xz glibc-cca6915e18d36995defa19eadc3b887a5bb04b6d.zip |
2002-05-15 Roland McGrath <roland@frob.com>
* hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
-rw-r--r-- | hurd/report-wait.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/report-wait.c b/hurd/report-wait.c index 66542615d2..2ec1c19202 100644 --- a/hurd/report-wait.c +++ b/hurd/report-wait.c @@ -1,5 +1,5 @@ /* 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. 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 _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; |