X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-sparc%2Funistd.h;h=3ad5959a3fc64abafcbd56372ad3969afd72a8dc;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=9034e2d60e525c35a5e6a96f77359df5da171e0f;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-sparc/unistd.h b/include/asm-sparc/unistd.h index 9034e2d60..3ad5959a3 100644 --- a/include/asm-sparc/unistd.h +++ b/include/asm-sparc/unistd.h @@ -296,8 +296,12 @@ #define __NR_mq_notify 277 #define __NR_mq_getsetattr 278 #define __NR_waitid 279 +#define __NR_sys_setaltroot 280 +#define __NR_add_key 281 +#define __NR_request_key 282 +#define __NR_keyctl 283 -/* WARNING: You MAY NOT add syscall numbers larger than 282, since +/* WARNING: You MAY NOT add syscall numbers larger than 283, since * all of the syscall tables in the Sparc kernel are * sized to have 283 entries (starting at zero). Therefore * find a free slot in the 0-282 range. @@ -482,7 +486,6 @@ static __inline__ _syscall1(int,dup,int,fd) static __inline__ _syscall3(int,execve,__const__ char *,file,char **,argv,char **,envp) static __inline__ _syscall3(int,open,__const__ char *,file,int,flag,int,mode) static __inline__ _syscall1(int,close,int,fd) -static __inline__ _syscall1(int,_exit,int,exitcode) static __inline__ _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) #include