OSDN Git Service

parisc: Wire up execveat syscall
authorHelge Deller <deller@gmx.de>
Sat, 10 Jan 2015 21:01:21 +0000 (22:01 +0100)
committerHelge Deller <deller@gmx.de>
Mon, 16 Feb 2015 21:31:09 +0000 (22:31 +0100)
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/uapi/asm/unistd.h
arch/parisc/kernel/syscall_table.S

index 5f5c037..abfa745 100644 (file)
 #define __NR_getrandom         (__NR_Linux + 339)
 #define __NR_memfd_create      (__NR_Linux + 340)
 #define __NR_bpf               (__NR_Linux + 341)
+#define __NR_execveat          (__NR_Linux + 342)
 
-#define __NR_Linux_syscalls    (__NR_bpf + 1)
+#define __NR_Linux_syscalls    (__NR_execveat + 1)
 
 
 #define __IGNORE_select                /* newselect */
index fe4f0b8..5a8997d 100644 (file)
        ENTRY_SAME(getrandom)
        ENTRY_SAME(memfd_create)        /* 340 */
        ENTRY_SAME(bpf)
+       ENTRY_COMP(execveat)
 
        /* Nothing yet */