tmaybe - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 05eb37f26784d69c88bef2cb2eda573e644dde71
(DIR) parent 76a78f4320d51c827bec2bb2ca6cba64bb7f025d
(HTM) Author: rsc <devnull@localhost>
Date: Tue, 14 Feb 2006 07:35:14 +0000
maybe
Diffstat:
M src/libthread/Linux-sparc64-contex… | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/src/libthread/Linux-sparc64-context.S b/src/libthread/Linux-sparc64-context.S
t@@ -46,7 +46,8 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
-#include <sysdep.h>
+#include <linux/linkage.h>
+
/*#include "ucontext_i.h" (up above) */
/* int getcontext(ucontext_t *); */
t@@ -130,4 +131,9 @@ ENTRY(__setcontext)
stx %o2, [%o0 + __UC_SIGMASK]
ta 0x6f
+#ifdef END
+#define END(x)
+#endif
+
END(__setcontext)
+