mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
u.h: add SunOS 5.9
This commit is contained in:
parent
d63790eec8
commit
f12ab34996
1 changed files with 2 additions and 1 deletions
|
@ -7,9 +7,10 @@ extern "C" {
|
||||||
#define __BSD_VISIBLE 1 /* FreeBSD 5.x */
|
#define __BSD_VISIBLE 1 /* FreeBSD 5.x */
|
||||||
#if defined(__sun__)
|
#if defined(__sun__)
|
||||||
# define __EXTENSIONS__ 1 /* SunOS */
|
# 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 */
|
/* NOT USING #define __MAKECONTEXT_V2_SOURCE 1 / * SunOS */
|
||||||
# else
|
# else
|
||||||
|
/* What's left? */
|
||||||
# define __MAKECONTEXT_V2_SOURCE 1
|
# define __MAKECONTEXT_V2_SOURCE 1
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue