]> xenbits.xensource.com Git - rumpuser-xen.git/commitdiff
stub out set/getpriority (used by libc/nice)
authorAntti Kantee <pooka@iki.fi>
Sat, 12 Jul 2014 11:45:56 +0000 (11:45 +0000)
committerAntti Kantee <pooka@iki.fi>
Sat, 12 Jul 2014 11:45:56 +0000 (11:45 +0000)
lib/libc_stubs.c

index 09bf01d295e9cd84daf4aa30eee91d9cacfea2c2..1fc3fc281e11f5f5858b23443c2eabd61887d85a 100644 (file)
@@ -18,3 +18,5 @@ STUB(__fork);
 STUB(__vfork14);
 STUB(execve);
 STUB(kill);
+STUB(getpriority);
+STUB(setpriority);