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

Go to the source code of this file.

Functions

asmlinkage long _sys_clone (unsigned long clone_flags, unsigned long newsp, int __user *parent_tid, int __user *child_tid, struct pt_regs *regs)
 
asmlinkage int _sys_fork (struct pt_regs *regs)
 

Function Documentation

asmlinkage long _sys_clone ( unsigned long  clone_flags,
unsigned long  newsp,
int __user parent_tid,
int __user child_tid,
struct pt_regs regs 
)

Definition at line 33 of file sys_or32.c.

asmlinkage int _sys_fork ( struct pt_regs regs)

Definition at line 50 of file sys_or32.c.