From 0740779ab1fda6298869b58ae3a6ad9a8440b2c8 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 22 Jun 1995 16:05:53 +0000 Subject: (thread_cancel): New function (HACK). --- ufs/main.c | 4 ++++ 1 file changed, 4 insertions(+) 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))) +{ +} -- cgit v1.2.3