0.7.5.17: whitespace! there is no substantive change between this and
[sbcl/simd.git] / src / runtime / alpha-linux-os.h
blobc765e0876419f4168305f01e19a0b7e1cdff3644
1 #ifndef _ALPHA_LINUX_OS_H
2 #define _ALPHA_LINUX_OS_H
4 typedef struct ucontext os_context_t;
6 static inline os_context_t *arch_os_get_context(void **void_context) {
7 return (os_context_t *) *void_context;
10 unsigned long os_context_fp_control(os_context_t *context);
12 #endif /* _ALPHA_LINUX_OS_H */