From be07a9be5eba71b93c2089f5cf133a235b18fa21 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Thu, 26 Mar 2020 15:25:42 -0400 Subject: sys/freebsd: add __realpathat system call --- executor/syscalls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'executor/syscalls.h') 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}, -- cgit mrf-deployment