13 lines
159 B
C
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
|