bits: alias greg_t as libucontext_greg_t in non-freestanding builds

master
Ariadne Conill 2020-12-06 03:40:55 -06:00
parent ef632da18f
commit 40c8016144
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <ucontext.h>
typedef greg_t libucontext_greg_t;
typedef ucontext_t libucontext_ucontext_t;
#endif