diff options
author | Roland McGrath <roland@gnu.org> | 2002-01-01 03:25:50 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-01-01 03:25:50 +0000 |
commit | d5d7288a927ba51e8976346969f536caf636d39d (patch) | |
tree | b42ce0e926b1f57a6a0070ed1fcc405f3ff1937f /exec | |
parent | 60b8f36cd9f9d61eaea03fd9bc7cf82194cb7ca5 (diff) |
2001-12-31 Roland McGrath <roland@frob.com>
* exec.c (do_exec): thread_array_t -> thread_t *
Diffstat (limited to 'exec')
-rw-r--r-- | exec/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/exec.c b/exec/exec.c index 54475d79..567f11c0 100644 --- a/exec/exec.c +++ b/exec/exec.c @@ -1736,7 +1736,7 @@ do_exec (file_t file, if (newtask == oldtask) { - thread_array_t threads; + thread_t *threads; mach_msg_type_number_t nthreads, i; /* Terminate all the threads of the old task. */ |