]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2002-05-15 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Thu, 16 May 2002 05:15:55 +0000 (05:15 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 16 May 2002 05:15:55 +0000 (05:15 +0000)
* hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.

hurd/report-wait.c

index 66542615d256936097069707a6802a92007a8b00..2ec1c19202a5df5f10e972d4e2d9b5083c01bb59 100644 (file)
@@ -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;