summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-22 16:07:56 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-22 16:07:56 +0000
commit4910e6f77c81e4f95471a7b6bf28796147260235 (patch)
treed34151f79bb64a36d10b6021f6276826d9c01fb6
parent1680f3b4d45661f639fc9dee9beb5897d1d9cebf (diff)
(thread_cancel): Typo.
-rw-r--r--ufs/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/main.c b/ufs/main.c
index b7a795f0..9541c956 100644
--- a/ufs/main.c
+++ b/ufs/main.c
@@ -287,6 +287,6 @@ diskfs_init_completed ()
void
-thread_cancel (mach_thread_t foo __attribute__ ((unused)))
+thread_cancel (thread_t foo __attribute__ ((unused)))
{
}