bits: alias greg_t as libucontext_greg_t in non-freestanding builds
parent
ef632da18f
commit
40c8016144
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
#include <ucontext.h>
|
#include <ucontext.h>
|
||||||
|
|
||||||
|
typedef greg_t libucontext_greg_t;
|
||||||
typedef ucontext_t libucontext_ucontext_t;
|
typedef ucontext_t libucontext_ucontext_t;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue