diff options
author | Nick Kralevich <nnk@google.com> | 2012-01-17 11:45:25 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-01-17 11:45:25 -0800 |
commit | 06f51ba1af2fafeec7fdfcba5d635bd001a31b3e (patch) | |
tree | f8221ac70c84c7708a97e9963aa772e83f11923f /libc/SYSCALLS.TXT | |
parent | 82c4be54da0825ebe74b524932c9db733419057a (diff) | |
parent | f44de270bba32c9b1b5eff8a34be07b10ddff238 (diff) | |
download | bionic-06f51ba1af2fafeec7fdfcba5d635bd001a31b3e.zip bionic-06f51ba1af2fafeec7fdfcba5d635bd001a31b3e.tar.gz bionic-06f51ba1af2fafeec7fdfcba5d635bd001a31b3e.tar.bz2 |
am f44de270: add personality() system call.
* commit 'f44de270bba32c9b1b5eff8a34be07b10ddff238':
add personality() system call.
Diffstat (limited to 'libc/SYSCALLS.TXT')
-rw-r--r-- | libc/SYSCALLS.TXT | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/SYSCALLS.TXT b/libc/SYSCALLS.TXT index 5c1e36e..7ac5198 100644 --- a/libc/SYSCALLS.TXT +++ b/libc/SYSCALLS.TXT @@ -252,6 +252,7 @@ int init_module(void *, unsigned long, const char *) 128 int delete_module(const char*, unsigned int) 129 int klogctl:syslog(int, char *, int) 103 int sysinfo(struct sysinfo *) 116 +int personality(unsigned long) 136 # futex int futex(void *, int, int, void *, void *, int) 240 |