repo.or.cz
/
sbcl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Try to make the :lurking-threads test more robust.
[sbcl.git]
/
src
/
runtime
/
x86-sunos-os.h
blob
cee07f5a0ea8980f04e209e8d3ac48e189f958de
1
#ifndef _X86_SOLARIS_OS_H
2
#define _X86_SOLARIS_OS_H
3
4
typedef
ucontext_t os_context_t
;
5
typedef
int
os_context_register_t
;
6
7
#include
"arch-os-generic.inc"
8
9
#endif
/* _X86_SOLARIS_OS_H */