summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--proc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc/main.c b/proc/main.c
index 82599d95..792be5c6 100644
--- a/proc/main.c
+++ b/proc/main.c
@@ -90,7 +90,7 @@ main (int argc, char **argv, char **envp)
assert (!err);
thread_max_priority (mach_thread_self (), psetcntl, 0);
assert (!err);
- err = task_priority (mach_task_self (), 0, 1);
+ err = task_priority (mach_task_self (), 2, 1);
assert (!err);
mach_port_deallocate (mach_task_self (), pset);