OSDN Git Service

parisc: Wire up execveat syscall
[uclinux-h8/linux.git] / arch / parisc / include / uapi / asm / unistd.h
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 */