diff options
Diffstat (limited to 'linux/ia64/syscallent.h')
-rw-r--r-- | linux/ia64/syscallent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/ia64/syscallent.h b/linux/ia64/syscallent.h index 8a1388609..eb1d7d89a 100644 --- a/linux/ia64/syscallent.h +++ b/linux/ia64/syscallent.h @@ -29,7 +29,7 @@ [BASE_NR + 6] = { 2, TD|TF, SEN(creat), "creat" }, [BASE_NR + 7] = { 2, TF, SEN(link), "link" }, [BASE_NR + 8] = { 1, TF, SEN(unlink), "unlink" }, -[BASE_NR + 9] = { 3, TF|TP|SE|SI, SEN(execve), "execve" }, +[BASE_NR + 9] = { 3, TF|TP|TSD|SE|SI, SEN(execve), "execve" }, [BASE_NR + 10] = { 1, TF, SEN(chdir), "chdir" }, [BASE_NR + 11] = { 1, TD, SEN(fchdir), "fchdir" }, [BASE_NR + 12] = { 2, TF, SEN(utimes), "utimes" }, @@ -338,7 +338,7 @@ [BASE_NR + 315] = { 3, 0, SEN(getrandom), "getrandom" }, [BASE_NR + 316] = { 2, TD, SEN(memfd_create), "memfd_create" }, [BASE_NR + 317] = { 3, TD, SEN(bpf), "bpf" }, -[BASE_NR + 318] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat" }, +[BASE_NR + 318] = { 5, TD|TF|TP|TSD|SE|SI, SEN(execveat), "execveat" }, [BASE_NR + 319] = { 1, TD, SEN(userfaultfd), "userfaultfd" }, [BASE_NR + 320] = { 2, 0, SEN(membarrier), "membarrier" }, [BASE_NR + 321] = { 5, 0, SEN(kcmp), "kcmp" }, |