Go to the documentation of this file.
7 #ifndef _ASM_IA64_UNISTD_H
8 #define _ASM_IA64_UNISTD_H
10 #include <uapi/asm/unistd.h>
14 #define NR_syscalls 311
23 #define __IGNORE_alarm
24 #define __IGNORE_pause
25 #define __IGNORE_utime
26 #define __IGNORE_getpgrp
27 #define __IGNORE_vfork
28 #define __IGNORE_umount2
30 #define __ARCH_WANT_SYS_RT_SIGACTION
31 #define __ARCH_WANT_SYS_RT_SIGSUSPEND
33 #if !defined(__ASSEMBLY__) && !defined(ASSEMBLER)
35 #include <linux/types.h>
36 #include <linux/linkage.h>
37 #include <linux/compiler.h>
42 unsigned long addr,
unsigned long len,
46 unsigned long addr,
unsigned long len,
65 #define cond_syscall(x) asmlinkage long x (void) __attribute__((weak,alias("sys_ni_syscall")))