tu.h: add Solaris 5.10 to makecontext list - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit b9ed1df1f6ca71df38a7bd73794bc91870815641
DIR parent 5f6612babbd9e6c0a4a204db0f9d2f286ec58261
HTML Author: Russ Cox <rsc@swtch.com>
Date: Sun, 1 Jun 2008 08:20:30 -0400
u.h: add Solaris 5.10 to makecontext list
Diffstat:
M include/u.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/include/u.h b/include/u.h
t@@ -7,7 +7,7 @@ extern "C" {
#define __BSD_VISIBLE 1 /* FreeBSD 5.x */
#if defined(__sun__)
# define __EXTENSIONS__ 1 /* SunOS */
-# if defined(__SunOS5_6__) || defined(__SunOS5_7__) || defined(__SunOS5_8__)
+# if defined(__SunOS5_6__) || defined(__SunOS5_7__) || defined(__SunOS5_8__) || defined(__SunOS5_10__)
/* NOT USING #define __MAKECONTEXT_V2_SOURCE 1 / * SunOS */
# else
# define __MAKECONTEXT_V2_SOURCE 1