summaryrefslogtreecommitdiffstats
path: root/sys-apps/util-linux/files/util-linux-2.13-ioprio-syscalls.patch
blob: f558ff6d1a8febc68eb61d990e842cb0fcabec78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Just stub this cruft for crappy arches

http://bugs.gentoo.org/190613

--- schedutils/ionice.c
+++ schedutils/ionice.c
@@ -39,7 +39,8 @@
 #  define __NR_ioprio_set		196
 #  define __NR_ioprio_get		218
 # else
-#  error "Unsupported arch"
+#  define __NR_ioprio_set		-1
+#  define __NR_ioprio_get		-1
 # endif
 
 # define SYS_ioprio_get		__NR_ioprio_get