diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-07-30 00:21:30 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-07-30 00:21:30 +0000 |
commit | 536fe8db7f0d9289d009f41fb6c9017a9b175672 (patch) | |
tree | b5b37d4ab98670ea043212dd42536e99d3d7350c /pkg/sentry/syscalls/linux | |
parent | be6d1ec991b7cdd21a370e6788cc69fabbba1d9b (diff) | |
parent | 5fdb945a0dc7a05329f97dc1ca193baf1b3448f3 (diff) |
Merge 5fdb945a (automated)
Diffstat (limited to 'pkg/sentry/syscalls/linux')
-rw-r--r-- | pkg/sentry/syscalls/linux/linux64.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/sentry/syscalls/linux/linux64.go b/pkg/sentry/syscalls/linux/linux64.go index 51db2d8f7..ed996ba51 100644 --- a/pkg/sentry/syscalls/linux/linux64.go +++ b/pkg/sentry/syscalls/linux/linux64.go @@ -30,8 +30,7 @@ import ( const _AUDIT_ARCH_X86_64 = 0xc000003e // AMD64 is a table of Linux amd64 syscall API with the corresponding syscall -// numbers from Linux 4.4. The entries commented out are those syscalls we -// don't currently support. +// numbers from Linux 4.4. var AMD64 = &kernel.SyscallTable{ OS: abi.Linux, Arch: arch.AMD64, |