diff options
Diffstat (limited to 'src/thread/Util.hxx')
-rw-r--r-- | src/thread/Util.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread/Util.hxx b/src/thread/Util.hxx index 62c5c6c2f..30c2f6200 100644 --- a/src/thread/Util.hxx +++ b/src/thread/Util.hxx @@ -33,7 +33,7 @@ static int ioprio_set(int which, int who, int ioprio) { - return syscall(SYS_ioprio_set, which, who, ioprio); + return syscall(__NR_ioprio_set, which, who, ioprio); } static void |