diff options
author | Nick Kralevich <nnk@google.com> | 2012-01-17 13:09:53 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-01-17 13:09:53 -0800 |
commit | 023e5409df07a5d5ead6efb1825f6df92bcf50da (patch) | |
tree | fb62c1b226535e429cd337ec4114372c1a097649 /libc/SYSCALLS.TXT | |
parent | 697011d3c4d3bfb6b8b070ea9ac7c393b85f9f5e (diff) | |
parent | 06f51ba1af2fafeec7fdfcba5d635bd001a31b3e (diff) | |
download | bionic-023e5409df07a5d5ead6efb1825f6df92bcf50da.zip bionic-023e5409df07a5d5ead6efb1825f6df92bcf50da.tar.gz bionic-023e5409df07a5d5ead6efb1825f6df92bcf50da.tar.bz2 |
am 06f51ba1: am f44de270: add personality() system call.
* commit '06f51ba1af2fafeec7fdfcba5d635bd001a31b3e':
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 800726a..82f542c 100644 --- a/libc/SYSCALLS.TXT +++ b/libc/SYSCALLS.TXT @@ -253,6 +253,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 |