1
0
Fork 0

Use a consistent __sun #definen symbol.

This commit is contained in:
curt 2005-11-08 16:51:18 +00:00
parent b51914707d
commit 4e20e26d04

View file

@ -29,7 +29,7 @@ SG_USING_STD( cout );
SG_USING_STD( cerr ); SG_USING_STD( cerr );
SG_USING_STD( endl ); SG_USING_STD( endl );
#if defined (sun) || defined (__CYGWIN__) || defined(sgi) #if defined (__sun) || defined (__CYGWIN__) || defined(sgi)
# define WAIT_ANY (pid_t)-1 # define WAIT_ANY (pid_t)-1
#endif #endif