diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-22 16:05:53 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-22 16:05:53 +0000 |
commit | 0740779ab1fda6298869b58ae3a6ad9a8440b2c8 (patch) | |
tree | 9b430ba589bd36265e2a78c45829f0a1f81ec5d8 | |
parent | b7e13bdf41a7c95aa9c2b7981c1e2f24e077d90e (diff) |
(thread_cancel): New function (HACK).
-rw-r--r-- | ufs/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -286,3 +286,7 @@ diskfs_init_completed () } +void +thread_cancel (mach_thread_t foo __attribute__ ((unused))) +{ +} |