mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
maybe
This commit is contained in:
parent
76a78f4320
commit
05eb37f267
1 changed files with 7 additions and 1 deletions
|
@ -46,7 +46,8 @@
|
||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||||
02111-1307 USA. */
|
02111-1307 USA. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <linux/linkage.h>
|
||||||
|
|
||||||
/*#include "ucontext_i.h" (up above) */
|
/*#include "ucontext_i.h" (up above) */
|
||||||
|
|
||||||
/* int getcontext(ucontext_t *); */
|
/* int getcontext(ucontext_t *); */
|
||||||
|
@ -130,4 +131,9 @@ ENTRY(__setcontext)
|
||||||
stx %o2, [%o0 + __UC_SIGMASK]
|
stx %o2, [%o0 + __UC_SIGMASK]
|
||||||
ta 0x6f
|
ta 0x6f
|
||||||
|
|
||||||
|
#ifdef END
|
||||||
|
#define END(x)
|
||||||
|
#endif
|
||||||
|
|
||||||
END(__setcontext)
|
END(__setcontext)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue