1.1 --- a/src/timer/linux/SDL_systimer.c Mon Oct 03 08:38:28 2005 +0000
1.2 +++ b/src/timer/linux/SDL_systimer.c Tue Oct 11 17:33:03 2005 +0000
1.3 @@ -55,7 +55,7 @@
1.4 /* Linux select() changes its timeout parameter upon return to contain
1.5 the remaining time. Most other unixen leave it unchanged or undefined. */
1.6 #define SELECT_SETS_REMAINING
1.7 -#elif defined(__bsdi__) || defined(__FreeBSD__) || defined(__sun)
1.8 +#elif defined(__bsdi__) || defined(__FreeBSD__) || defined(__sun) || defined(MACOSX)
1.9 #define USE_NANOSLEEP
1.10 #endif
1.11