mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 08:36:19 -05:00
Fixed Solaris nitpicks (thanks Mattias!)
This commit is contained in:
@@ -46,11 +46,11 @@ static char rcsid =
|
||||
|
||||
/* The following defines should really be determined at configure time */
|
||||
|
||||
#ifdef linux
|
||||
#if defined(linux)
|
||||
/* Linux select() changes its timeout parameter upon return to contain
|
||||
the remaining time. Most other unixen leave it unchanged or undefined. */
|
||||
#define SELECT_SETS_REMAINING
|
||||
#elif defined(__bsdi__) || defined(__FreeBSD__) || defined(__sun__)
|
||||
#elif defined(__bsdi__) || defined(__FreeBSD__) || defined(__sun)
|
||||
#define USE_NANOSLEEP
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user