summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)))
+{
+}