summaryrefslogtreecommitdiffstats
path: root/libc/SYSCALLS.TXT
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2010-02-23 15:55:29 -0800
committerSan Mehat <san@google.com>2010-02-23 15:55:29 -0800
commit75c5e25ae3615c34f4bcc7dcbe9b29e548e26b9c (patch)
treea5e9210444c3974d51c8e24d2ad0b6c256c0cbf6 /libc/SYSCALLS.TXT
parentb55462328f7f7468bb8c0cb44ad1069af30415a3 (diff)
downloadbionic-75c5e25ae3615c34f4bcc7dcbe9b29e548e26b9c.zip
bionic-75c5e25ae3615c34f4bcc7dcbe9b29e548e26b9c.tar.gz
bionic-75c5e25ae3615c34f4bcc7dcbe9b29e548e26b9c.tar.bz2
bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappers
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'libc/SYSCALLS.TXT')
-rw-r--r--libc/SYSCALLS.TXT4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/SYSCALLS.TXT b/libc/SYSCALLS.TXT
index 6a21b04..423a24e 100644
--- a/libc/SYSCALLS.TXT
+++ b/libc/SYSCALLS.TXT
@@ -227,6 +227,10 @@ int sched_get_priority_max(int policy) 159
int sched_get_priority_min(int policy) 160
int sched_rr_get_interval(pid_t pid, struct timespec *interval) 161
+# io priorities
+int ioprio_set(int which, int who, int ioprio) 314,289
+int ioprio_get(int which, int who) 315,290
+
# other
int uname(struct utsname *) 122
pid_t __wait4:wait4(pid_t pid, int *status, int options, struct rusage *rusage) 114