#ifndef LIBUCONTEXT_BITS_H #define LIBUCONTEXT_BITS_H #ifndef FREESTANDING #include typedef ucontext_t libucontext_ucontext_t; #endif #endif