Try to make the :lurking-threads test more robust.
[sbcl.git] / src / runtime / mips-linux-os.h
blobbd93877df9e011aa495742639b9df4ac2054839f
1 #ifndef _MIPS_LINUX_OS_H
2 #define _MIPS_LINUX_OS_H
4 typedef ucontext_t os_context_t;
5 typedef unsigned long long os_context_register_t;
7 #include "arch-os-generic.inc"
9 unsigned int os_context_fp_control(os_context_t *context);
10 void os_restore_fp_control(os_context_t *context);
11 unsigned int os_context_bd_cause(os_context_t *context);
13 #endif /* _MIPS_LINUX_OS_H */