Use a consistent __sun #definen symbol.
This commit is contained in:
parent
b51914707d
commit
4e20e26d04
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ SG_USING_STD( cout );
|
|||
SG_USING_STD( cerr );
|
||||
SG_USING_STD( endl );
|
||||
|
||||
#if defined (sun) || defined (__CYGWIN__) || defined(sgi)
|
||||
#if defined (__sun) || defined (__CYGWIN__) || defined(sgi)
|
||||
# define WAIT_ANY (pid_t)-1
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue