1.0.20: release, will be tagged sbcl_1_0_20
[sbcl/eslaughter.git] / src / runtime / x86-sunos-os.h
blobdffcc330908ee8c668971e489978457024187489
1 #ifndef _X86_SOLARIS_OS_H
2 #define _X86_SOLARIS_OS_H
4 typedef ucontext_t os_context_t;
6 static inline os_context_t *arch_os_get_context(void **void_context)
8 return (os_context_t *) *void_context;
11 #endif /* _X86_SOLARIS_OS_H */