aboutsummaryrefslogtreecommitdiffstats
path: root/include/gos/osx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gos/osx.h')
-rw-r--r--include/gos/osx.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/gos/osx.h b/include/gos/osx.h
index fde1d005..2ba1c45d 100644
--- a/include/gos/osx.h
+++ b/include/gos/osx.h
@@ -48,8 +48,6 @@ typedef pthread_mutex_t gfxMutex;
#define gfxSemSignalI(psem) gfxSemSignal(psem)
#define gfxSemCounterI(pSem) ((pSem)->cnt)
-
-#define FALSE 0
#define TRUE 1
#define TIME_IMMEDIATE 0
#define TIME_INFINITE ((delaytime_t)-1)
@@ -63,7 +61,7 @@ typedef struct gfxSem {
pthread_cond_t cond;
semcount_t cnt;
semcount_t max;
- } gfxSem;
+} gfxSem;
/*===========================================================================*/
/* Function declarations. */