aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorMark Johnston <markjdb@gmail.com>2020-03-26 15:25:42 -0400
committerDmitry Vyukov <dvyukov@google.com>2020-03-27 05:51:58 +0100
commitbe07a9be5eba71b93c2089f5cf133a235b18fa21 (patch)
tree8deadfe4742e3c17c9536b5487f77d0c83338c8b /executor/syscalls.h
parent87abd520f8d5796334f10c62e1ae1af621284694 (diff)
sys/freebsd: add __realpathat system call
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 ced2bbee3..667816ae2 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -227,6 +227,7 @@ const call_t syscalls[] = {
#if GOARCH_386
const call_t syscalls[] = {
{"__getcwd", 326},
+ {"__realpathat", 574},
{"__semctl$GETALL", 510},
{"__semctl$GETNCNT", 510},
{"__semctl$GETPID", 510},
@@ -747,6 +748,7 @@ const call_t syscalls[] = {
#if GOARCH_amd64
const call_t syscalls[] = {
{"__getcwd", 326},
+ {"__realpathat", 574},
{"__semctl$GETALL", 510},
{"__semctl$GETNCNT", 510},
{"__semctl$GETPID", 510},