#include <uapi/asm/unistd.h>
#include <linux/types.h>
#include <linux/linkage.h>
#include <linux/compiler.h>
Go to the source code of this file.
|
long | __ia64_syscall (long a0, long a1, long a2, long a3, long a4, long nr) |
|
asmlinkage unsigned long | sys_mmap (unsigned long addr, unsigned long len, int prot, int flags, int fd, long off) |
|
asmlinkage unsigned long | sys_mmap2 (unsigned long addr, unsigned long len, int prot, int flags, int fd, long pgoff) |
|
asmlinkage long | sys_ia64_pipe (void) |
|
asmlinkage long | sys_rt_sigaction (int sig, const struct sigaction __user *act, struct sigaction __user *oact, size_t sigsetsize) |
|
#define __ARCH_WANT_SYS_RT_SIGACTION |
#define __ARCH_WANT_SYS_RT_SIGSUSPEND |
#define __IGNORE_alarm /* setitimer(ITIMER_REAL, ... */ |
#define __IGNORE_fork /* clone() */ |
#define __IGNORE_getpgrp /* getpgid() */ |
#define __IGNORE_pause /* rt_sigprocmask(), rt_sigsuspend() */ |
#define __IGNORE_umount2 /* umount() */ |
#define __IGNORE_utime /* utimes() */ |
#define __IGNORE_vfork /* clone() */ |