syscalls: implement execveat() system call
[deliverable/linux.git] / include / linux / syscalls.h
index c9afdc7a7f84db0eec47414cca25598abed52b89..85893d744901b0629edb48e811434193a13892d6 100644 (file)
@@ -877,4 +877,9 @@ asmlinkage long sys_seccomp(unsigned int op, unsigned int flags,
 asmlinkage long sys_getrandom(char __user *buf, size_t count,
                              unsigned int flags);
 asmlinkage long sys_bpf(int cmd, union bpf_attr *attr, unsigned int size);
+
+asmlinkage long sys_execveat(int dfd, const char __user *filename,
+                       const char __user *const __user *argv,
+                       const char __user *const __user *envp, int flags);
+
 #endif
This page took 0.02515 seconds and 5 git commands to generate.