aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/syscalls.h')
-rw-r--r--executor/syscalls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h
index 37b36814a..53b08e7ab 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -15278,7 +15278,9 @@ const call_t syscalls[] = {
{"pipe2", 101},
{"pledge", 108},
{"poll", 252},
+ {"pread", 173},
{"preadv", 267},
+ {"pwrite", 174},
{"pwritev", 268},
{"read", 3},
{"readlink", 58},