aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/threading.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/threading.cpp b/src/threading.cpp
index 3435075..483a228 100644
--- a/src/threading.cpp
+++ b/src/threading.cpp
@@ -336,8 +336,8 @@ static int const gs_prio_remap[] = {
336// 336//
337#define _PRIO_MODE SCHED_OTHER 337#define _PRIO_MODE SCHED_OTHER
338#define _PRIO_SCOPE PTHREAD_SCOPE_PROCESS 338#define _PRIO_SCOPE PTHREAD_SCOPE_PROCESS
339#define _PRIO_HI 31 339#define _PRIO_HI 15
340#define _PRIO_0 15 340#define _PRIO_0 7
341#define _PRIO_LO 1 341#define _PRIO_LO 1
342#else 342#else
343#error "Unknown OS: not implemented!" 343#error "Unknown OS: not implemented!"