1.0.5.35: stack alignment on x86/Darwin, once more
[sbcl.git] / src / runtime / x86-sunos-os.h
bloba7d6a92d6205ed3a147970b888eb1de6f1a59b3e
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) {
7 return (os_context_t *) *void_context;
10 #endif /* _X86_SOLARIS_OS_H */