diff options
-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))) +{ +} |
index : teythoon/hurd.git | ||
Personal Hurd development repository |
summaryrefslogtreecommitdiff |
-rw-r--r-- | ufs/main.c | 4 |
@@ -286,3 +286,7 @@ diskfs_init_completed () } +void +thread_cancel (mach_thread_t foo __attribute__ ((unused))) +{ +} |