libucontext/arch/common/bits.h

13 lines
159 B
C

#ifndef LIBUCONTEXT_BITS_H
#define LIBUCONTEXT_BITS_H
#ifndef FREESTANDING
#include <ucontext.h>
typedef ucontext_t libucontext_ucontext_t;
#endif
#endif