diff options
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 2 |
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}, |
