Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
syscalls_32.c File Reference
#include <linux/syscalls.h>
#include <sysdep/syscalls.h>

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)
 

Function Documentation

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.