diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2010-05-13 14:31:02 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2010-05-13 14:31:02 -0700 |
commit | 4aef0ae660e81ca151a04ce0ddaf956275c70116 (patch) | |
tree | 5dff7d6f26806adcff6de018bbb1f89c8c662547 /libc/SYSCALLS.TXT | |
parent | f4394458301909a83b7ee7f3b436c038b7235ea8 (diff) | |
parent | e4fa46e75cd0d433b5c6c064720ed7e195cba7c8 (diff) | |
download | bionic-4aef0ae660e81ca151a04ce0ddaf956275c70116.zip bionic-4aef0ae660e81ca151a04ce0ddaf956275c70116.tar.gz bionic-4aef0ae660e81ca151a04ce0ddaf956275c70116.tar.bz2 |
merge from open-source master
Change-Id: I2be62bce462ee53fe9519f433523bd7a44a73d40
Diffstat (limited to 'libc/SYSCALLS.TXT')
-rw-r--r-- | libc/SYSCALLS.TXT | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libc/SYSCALLS.TXT b/libc/SYSCALLS.TXT index 8c664d7..11407b9 100644 --- a/libc/SYSCALLS.TXT +++ b/libc/SYSCALLS.TXT @@ -173,7 +173,7 @@ int __timer_delete:timer_delete(timer_t) int utimes(const char*, const struct timeval tvp[2]) 269, 271 # signals -int sigaction(int, const struct sigaction *, struct sigaction *) 67 +int sigaction(int, const struct sigaction *, struct sigaction *) -1,67,67 int sigprocmask(int, const sigset_t *, sigset_t *) 126 int __sigsuspend:sigsuspend(int unused1, int unused2, unsigned mask) 72 int __rt_sigaction:rt_sigaction (int sig, const struct sigaction *act, struct sigaction *oact, size_t sigsetsize) 174 @@ -181,6 +181,9 @@ int __rt_sigprocmask:rt_sigprocmask (int how, const sigset_t *set, sigset_t int __rt_sigtimedwait:rt_sigtimedwait(const sigset_t *set, struct siginfo_t *info, struct timespec_t *timeout, size_t sigset_size) 177 int sigpending(sigset_t *) 73 +# special stub for ARM, see arch-arm/bionic/sigaction.c +int __sigaction:sigaction(int, const struct sigaction *, struct sigaction *) 67,-1,-1 + # sockets int socket(int, int, int) 281,-1 int socketpair(int, int, int, int*) 288,-1 |