u.h: add Solaris 5.10 to makecontext list
This commit is contained in:
parent
5f6612babb
commit
b9ed1df1f6
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ 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__)
|
# if defined(__SunOS5_6__) || defined(__SunOS5_7__) || defined(__SunOS5_8__) || defined(__SunOS5_10__)
|
||||||
/* NOT USING #define __MAKECONTEXT_V2_SOURCE 1 / * SunOS */
|
/* NOT USING #define __MAKECONTEXT_V2_SOURCE 1 / * SunOS */
|
||||||
# else
|
# else
|
||||||
# define __MAKECONTEXT_V2_SOURCE 1
|
# define __MAKECONTEXT_V2_SOURCE 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue