summaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-01-01 03:25:50 +0000
committerRoland McGrath <roland@gnu.org>2002-01-01 03:25:50 +0000
commitd5d7288a927ba51e8976346969f536caf636d39d (patch)
treeb42ce0e926b1f57a6a0070ed1fcc405f3ff1937f /exec
parent60b8f36cd9f9d61eaea03fd9bc7cf82194cb7ca5 (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.c2
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. */