commit | 79310994d2b3826a10598f7e7795acb5edb42a20 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jul 30 15:05:09 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Jul 30 15:19:29 2014 -0700 |
tree | 34a7eec7841aaf4dc12eb33fe6309d078f672819 | |
parent | c7706a02ad90ab73f3a056040d2c4a3464ab1ab1 [diff] [blame] |
Implement <sys/fsuid.h>. Change-Id: I1e5e50444a1b5a430ba5b5d9b8b1d91219af5e92
diff --git a/libc/SYSCALLS.TXT b/libc/SYSCALLS.TXT index 014d554..128ec6b 100644 --- a/libc/SYSCALLS.TXT +++ b/libc/SYSCALLS.TXT
@@ -303,6 +303,9 @@ int __set_tid_address:set_tid_address(int*) all +int setfsgid(gid_t) all +int setfsuid(uid_t) all + pid_t wait4(pid_t, int*, int, struct rusage*) all int __waitid:waitid(int, pid_t, struct siginfo_t*, int, void*) all