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 | 1680f3b4d45661f639fc9dee9beb5897d1d9cebf (patch) | |
tree | c5f28a42531a41889c8abe2b4de40155b7e28b65 | |
parent | 04a7e74305a3f492bf137d1154ecaf53fc4b8654 (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))) +{ +} |