Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
unistd.h File Reference
#include <uapi/asm/unistd.h>

Go to the source code of this file.

Macros

#define __ARCH_WANT_SYS_EXECVE
 
#define cond_syscall(x)   asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall");
 
#define __ARCH_WANT_STAT64
 
#define __ARCH_WANT_SYS_UTIME
 
#define __ARCH_WANT_SYS_LLSEEK
 
#define __ARCH_WANT_SYS_RT_SIGACTION
 
#define __ARCH_WANT_SYS_RT_SIGSUSPEND
 
#define __ARCH_WANT_SYS_GETPGRP
 
#define __IGNORE_fork   /* use clone */
 
#define __IGNORE_time
 
#define __IGNORE_alarm   /* use setitimer */
 
#define __IGNORE_pause
 
#define __IGNORE_mmap   /* use mmap2 */
 
#define __IGNORE_vfork   /* use clone */
 
#define __IGNORE_fadvise64   /* use fadvise64_64 */
 

Macro Definition Documentation

#define __ARCH_WANT_STAT64

Definition at line 15 of file unistd.h.

#define __ARCH_WANT_SYS_EXECVE

Definition at line 4 of file unistd.h.

#define __ARCH_WANT_SYS_GETPGRP

Definition at line 20 of file unistd.h.

#define __ARCH_WANT_SYS_LLSEEK

Definition at line 17 of file unistd.h.

#define __ARCH_WANT_SYS_RT_SIGACTION

Definition at line 18 of file unistd.h.

#define __ARCH_WANT_SYS_RT_SIGSUSPEND

Definition at line 19 of file unistd.h.

#define __ARCH_WANT_SYS_UTIME

Definition at line 16 of file unistd.h.

#define __IGNORE_alarm   /* use setitimer */

Definition at line 28 of file unistd.h.

#define __IGNORE_fadvise64   /* use fadvise64_64 */

Definition at line 32 of file unistd.h.

#define __IGNORE_fork   /* use clone */

Definition at line 26 of file unistd.h.

#define __IGNORE_mmap   /* use mmap2 */

Definition at line 30 of file unistd.h.

#define __IGNORE_pause

Definition at line 29 of file unistd.h.

#define __IGNORE_time

Definition at line 27 of file unistd.h.

#define __IGNORE_vfork   /* use clone */

Definition at line 31 of file unistd.h.

#define cond_syscall (   x)    asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall");

Definition at line 13 of file unistd.h.