diff options
author | Brian L. Suart <devnull@localhost> | 2008-07-20 04:51:03 -0400 |
---|---|---|
committer | Brian L. Suart <devnull@localhost> | 2008-07-20 04:51:03 -0400 |
commit | f12ab3499649a760ea7fb6a1be0670583983888d (patch) | |
tree | 3156fb252b6f47657f548231482094ad97ca1db4 /include | |
parent | d63790eec8de5c9bf85f3c6daa1e6e756f0515c4 (diff) | |
download | plan9port-f12ab3499649a760ea7fb6a1be0670583983888d.tar.gz plan9port-f12ab3499649a760ea7fb6a1be0670583983888d.tar.bz2 plan9port-f12ab3499649a760ea7fb6a1be0670583983888d.zip |
u.h: add SunOS 5.9
Diffstat (limited to 'include')
-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 |