summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-22 16:05:53 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-22 16:05:53 +0000
commit1680f3b4d45661f639fc9dee9beb5897d1d9cebf (patch)
treec5f28a42531a41889c8abe2b4de40155b7e28b65 /ufs
parent04a7e74305a3f492bf137d1154ecaf53fc4b8654 (diff)
(thread_cancel): New function (HACK).
Diffstat (limited to 'ufs')
-rw-r--r--ufs/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ufs/main.c b/ufs/main.c
index 7f507351..b7a795f0 100644
--- a/ufs/main.c
+++ b/ufs/main.c
@@ -286,3 +286,7 @@ diskfs_init_completed ()
}
+void
+thread_cancel (mach_thread_t foo __attribute__ ((unused)))
+{
+}