diff options
author | Michael Pratt <mpratt@google.com> | 2018-05-17 16:25:51 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-05-17 16:26:42 -0700 |
commit | b960559fdb9a22c986af11ba4e886ffb316a3574 (patch) | |
tree | 3af8eb2d591a89055450250f0b17412e42774617 /pkg/sentry/syscalls | |
parent | b904250b862c5c14da84e08b6a5400c7bf2458b0 (diff) |
Cleanup docs
This brings the proc document more up-to-date.
PiperOrigin-RevId: 197070161
Change-Id: Iae2cf9dc44e3e748a33f497bb95bd3c10d0c094a
Diffstat (limited to 'pkg/sentry/syscalls')
-rw-r--r-- | pkg/sentry/syscalls/linux/linux64.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/sentry/syscalls/linux/linux64.go b/pkg/sentry/syscalls/linux/linux64.go index 237c61007..edfcdca3f 100644 --- a/pkg/sentry/syscalls/linux/linux64.go +++ b/pkg/sentry/syscalls/linux/linux64.go @@ -13,8 +13,6 @@ // limitations under the License. // Package linux provides syscall tables for amd64 Linux. -// -// NOTE: Linux i386 support has been removed. package linux import ( |