diff options
Diffstat (limited to 'include/u.h')
-rw-r--r-- | include/u.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/u.h b/include/u.h index 56ed5210..e604d3af 100644 --- a/include/u.h +++ b/include/u.h @@ -7,9 +7,10 @@ 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__) || defined(__SunOS5_10__) +# if defined(__SunOS5_6__) || defined(__SunOS5_7__) || defined(__SunOS5_8__) || defined(__SunOS5_9__) || defined(__SunOS5_10__) /* NOT USING #define __MAKECONTEXT_V2_SOURCE 1 / * SunOS */ # else + /* What's left? */ # define __MAKECONTEXT_V2_SOURCE 1 # endif #endif |