diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-01-09 22:12:37 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-01-09 22:12:37 +0000 |
commit | f64086c7dc7901503e2d1c1c0c700f64b09ff4db (patch) | |
tree | ba8f0dfb23e23e0ec96c202f9031dd65fa9a539a /pkg/sentry/strace/syscalls.go | |
parent | 516bba9edc31647cbbe4cb238ff9390d3eaf5c46 (diff) | |
parent | ee3158f713b29e6848dc326225c17ec039cb136b (diff) |
Merge release-20191213.0-88-gee3158f (automated)
Diffstat (limited to 'pkg/sentry/strace/syscalls.go')
-rw-r--r-- | pkg/sentry/strace/syscalls.go | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/pkg/sentry/strace/syscalls.go b/pkg/sentry/strace/syscalls.go index e5d486c4e..24e29a2ba 100644 --- a/pkg/sentry/strace/syscalls.go +++ b/pkg/sentry/strace/syscalls.go @@ -250,14 +250,7 @@ type syscallTable struct { syscalls SyscallMap } -// syscallTables contains all syscall tables. -var syscallTables = []syscallTable{ - { - os: abi.Linux, - arch: arch.AMD64, - syscalls: linuxAMD64, - }, -} +var syscallTables []syscallTable // Lookup returns the SyscallMap for the OS/Arch combination. The returned map // must not be changed. |