diff options
Diffstat (limited to 'mach')
-rw-r--r-- | mach/setup-thread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mach/setup-thread.c b/mach/setup-thread.c index bd709ca62e..937e9ca593 100644 --- a/mach/setup-thread.c +++ b/mach/setup-thread.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1994, 1995, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991,94,95,97,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 @@ -74,7 +74,7 @@ __mach_setup_thread (task_t task, thread_t thread, void *pc, return error; return __thread_set_state (thread, MACHINE_THREAD_STATE_FLAVOR, - (int *) &ts, tssize); + (natural_t *) &ts, tssize); } weak_alias (__mach_setup_thread, mach_setup_thread) |