Try to make the :lurking-threads test more robust.
[sbcl.git] / src / runtime / arch-os-generic.inc
blob4170eb3101e1f91eb48445e804f1e55594f95466
1 static inline os_context_t *arch_os_get_context(void **void_context)
3     return (os_context_t *) *void_context;