Try to make the :lurking-threads test more robust.
[sbcl.git] / src / runtime / x86-sunos-os.h
blobcee07f5a0ea8980f04e209e8d3ac48e189f958de
1 #ifndef _X86_SOLARIS_OS_H
2 #define _X86_SOLARIS_OS_H
4 typedef ucontext_t os_context_t;
5 typedef int os_context_register_t;
7 #include "arch-os-generic.inc"
9 #endif /* _X86_SOLARIS_OS_H */