From 4cb232ba0b31db883dc43229ea79f4659b31d7d0 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 30 Oct 1995 21:07:55 +0000 Subject: (msg_report_wait): Change second arg to be a real thread_t. --- hurd/msg.defs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hurd/msg.defs b/hurd/msg.defs index 9931b211..af4b76c0 100644 --- a/hurd/msg.defs +++ b/hurd/msg.defs @@ -212,10 +212,9 @@ routine msg_clear_some_exec_flags ( flags: int); /* Return a string describing why THREAD is waiting. (THREAD should - be interpreted as an index into the threads as ordered by the - kernel in task_threads.) If the thread is not waiting, or the reason + be a thread in this task.) If the thread is not waiting, or the reason is unknown, return an empty string. */ routine msg_report_wait ( process: mach_port_t; - thread: int; + thread: thread_t; out wait_reason: string_t); -- cgit v1.2.3