X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fsparc-sunos-os.c;h=72a2931e6ee97e4a7640d044df828617a19f7f1c;hb=c3699db2053ff3b5ac6a98d4431c3789496002d8;hp=634e5e15ca99645a09cc1fd0e7cd21f83fe9ce29;hpb=94ac5b7c3ff37850210b6fc9a7593cf1c5752993;p=sbcl.git diff --git a/src/runtime/sparc-sunos-os.c b/src/runtime/sparc-sunos-os.c index 634e5e1..72a2931 100644 --- a/src/runtime/sparc-sunos-os.c +++ b/src/runtime/sparc-sunos-os.c @@ -36,8 +36,15 @@ #include "validate.h" -#if defined GENCGC /* unlikely ... */ -#include "gencgc.h" +#ifdef LISP_FEATURE_SB_THREAD +#error "Define threading support functions" +#else +int arch_os_thread_init(struct thread *thread) { + return 1; /* success */ +} +int arch_os_thread_cleanup(struct thread *thread) { + return 1; /* success */ +} #endif os_context_register_t *