Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Just modified the macro so that iPhone will use the Mac OS X code here
Browse files Browse the repository at this point in the history
  • Loading branch information
Holmes Futrell committed Jul 11, 2008
1 parent 0075520 commit 8449084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thread/pthread/SDL_syssem.c
Expand Up @@ -29,7 +29,7 @@

/* Wrapper around POSIX 1003.1b semaphores */

#ifdef __MACOSX__
#if defined(__MACOSX__) || defined(__IPHONEOS__)
/* Mac OS X doesn't support sem_getvalue() as of version 10.4 */
#include "../generic/SDL_syssem.c"
#else
Expand Down

0 comments on commit 8449084

Please sign in to comment.