unistd.h (7a996d3ab150bb0e1b71fa182f70199a703efdd1) | unistd.h (c7887325230aec47d47a32562a6e26014a0fafca) |
---|---|
1#ifndef _ASM_IA64_UNISTD_H 2#define _ASM_IA64_UNISTD_H 3 4/* 5 * IA-64 Linux syscall numbers and inline-functions. 6 * 7 * Copyright (C) 1998-2005 Hewlett-Packard Co 8 * David Mosberger-Tang <davidm@hpl.hp.com> --- 339 unchanged lines hidden (view full) --- 348 int prot, int flags, 349 int fd, long off); 350asmlinkage unsigned long sys_mmap2( 351 unsigned long addr, unsigned long len, 352 int prot, int flags, 353 int fd, long pgoff); 354struct pt_regs; 355struct sigaction; | 1#ifndef _ASM_IA64_UNISTD_H 2#define _ASM_IA64_UNISTD_H 3 4/* 5 * IA-64 Linux syscall numbers and inline-functions. 6 * 7 * Copyright (C) 1998-2005 Hewlett-Packard Co 8 * David Mosberger-Tang <davidm@hpl.hp.com> --- 339 unchanged lines hidden (view full) --- 348 int prot, int flags, 349 int fd, long off); 350asmlinkage unsigned long sys_mmap2( 351 unsigned long addr, unsigned long len, 352 int prot, int flags, 353 int fd, long pgoff); 354struct pt_regs; 355struct sigaction; |
356long sys_execve(char __user *filename, char __user * __user *argv, | 356long sys_execve(const char __user *filename, char __user * __user *argv, |
357 char __user * __user *envp, struct pt_regs *regs); 358asmlinkage long sys_ia64_pipe(void); 359asmlinkage long sys_rt_sigaction(int sig, 360 const struct sigaction __user *act, 361 struct sigaction __user *oact, 362 size_t sigsetsize); 363 364/* --- 12 unchanged lines hidden --- | 357 char __user * __user *envp, struct pt_regs *regs); 358asmlinkage long sys_ia64_pipe(void); 359asmlinkage long sys_rt_sigaction(int sig, 360 const struct sigaction __user *act, 361 struct sigaction __user *oact, 362 size_t sigsetsize); 363 364/* --- 12 unchanged lines hidden --- |