diff options
Diffstat (limited to 'include/u.h')
-rw-r--r-- | include/u.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/u.h b/include/u.h index 2d29a36b..56ed5210 100644 --- a/include/u.h +++ b/include/u.h @@ -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 |