summaryrefslogtreecommitdiff
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
commit0740779ab1fda6298869b58ae3a6ad9a8440b2c8 (patch)
tree9b430ba589bd36265e2a78c45829f0a1f81ec5d8
parentb7e13bdf41a7c95aa9c2b7981c1e2f24e077d90e (diff)
(thread_cancel): New function (HACK).
-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)))
+{
+}