add sigaltstack syscall

This commit is contained in:
Andrei Popescu
2010-02-25 13:27:46 +00:00
parent 8f8b5310d2
commit eb9d5ed347
10 changed files with 85 additions and 0 deletions

View File

@@ -42,6 +42,7 @@
#define __NR_prctl (__NR_SYSCALL_BASE + 172)
#define __NR_capget (__NR_SYSCALL_BASE + 184)
#define __NR_capset (__NR_SYSCALL_BASE + 185)
#define __NR_sigaltstack (__NR_SYSCALL_BASE + 186)
#define __NR_acct (__NR_SYSCALL_BASE + 51)
#define __NR_read (__NR_SYSCALL_BASE + 3)
#define __NR_write (__NR_SYSCALL_BASE + 4)