aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_osx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/gos_osx.h')
-rw-r--r--src/gos/gos_osx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gos/gos_osx.h b/src/gos/gos_osx.h
index 635a8934..e5764b81 100644
--- a/src/gos/gos_osx.h
+++ b/src/gos/gos_osx.h
@@ -27,6 +27,7 @@ typedef pthread_mutex_t gfxMutex;
#define DECLARE_THREAD_FUNCTION(fnName, param) threadreturn_t fnName(void *param)
#define DECLARE_THREAD_STACK(name, sz) uint8_t name[0];
+#define THREAD_RETURN(retval) return reval
#define gfxExit() exit(0)
#define gfxAlloc(sz) malloc(sz)