|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
| long | i386_clone (unsigned long clone_flags, unsigned long newsp, int __user *parent_tid, void *newtls, int __user *child_tid) |
| long | sys_sigaction (int sig, const struct old_sigaction __user *act, struct old_sigaction __user *oact) |
| long i386_clone | ( | unsigned long | clone_flags, |
| unsigned long | newsp, | ||
| int __user * | parent_tid, | ||
| void * | newtls, | ||
| int __user * | child_tid | ||
| ) |
Definition at line 17 of file syscalls_32.c.
| long sys_sigaction | ( | int | sig, |
| const struct old_sigaction __user * | act, | ||
| struct old_sigaction __user * | oact | ||
| ) |
Definition at line 24 of file syscalls_32.c.
1.8.2