aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/gos_linux.h')
-rw-r--r--src/gos/gos_linux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gos/gos_linux.h b/src/gos/gos_linux.h
index 1e7ff392..a2a09262 100644
--- a/src/gos/gos_linux.h
+++ b/src/gos/gos_linux.h
@@ -52,9 +52,9 @@ typedef pthread_mutex_t gfxMutex;
#define gDelayNone 0
#define gDelayForever ((gDelay)-1)
#define MAX_SEMAPHORE_COUNT ((gSemcount)-1)
-#define LOW_PRIORITY 10
-#define NORMAL_PRIORITY 0
-#define HIGH_PRIORITY -10
+#define gThreadpriorityLow 10
+#define gThreadpriorityNormal 0
+#define gThreadpriorityHigh -10
#if GFX_USE_POSIX_SEMAPHORES
typedef struct gfxSem {