projects
/
sbcl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
1.0.7.33: better handling of ASSOC and MEMBER on empty lists
[sbcl.git]
/
src
/
runtime
/
x86-sunos-os.h
1
#ifndef _X86_SOLARIS_OS_H
2
#define _X86_SOLARIS_OS_H
3
4
typedef ucontext_t os_context_t;
5
6
static inline os_context_t *arch_os_get_context(void **void_context) {
7
return (os_context_t *) *void_context;
8
}
9
10
#endif /* _X86_SOLARIS_OS_H */