X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fppc-linux-os.c;h=443c733baeb7bdcfead22026ee70624bbfbf1a04;hb=1de341cf0652fb0eb8354f64d95acb0899811173;hp=188fbb627b05d45c53e91789588c0315edc7e1e2;hpb=1419c1d2d50f039be46a8667351b7738ac4965e4;p=sbcl.git diff --git a/src/runtime/ppc-linux-os.c b/src/runtime/ppc-linux-os.c index 188fbb6..443c733 100644 --- a/src/runtime/ppc-linux-os.c +++ b/src/runtime/ppc-linux-os.c @@ -41,10 +41,10 @@ size_t os_vm_page_size; struct thread *arch_os_get_current_thread() { return all_threads; } -struct thread *arch_os_thread_init() { +int arch_os_thread_init(struct thread *thread) { return 1; /* success */ } -struct thread *arch_os_thread_cleanup() { +int arch_os_thread_cleanup(struct thread *thread) { return 1; /* success */ }