summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2018-05-17 16:25:51 -0700
committerShentubot <shentubot@google.com>2018-05-17 16:26:42 -0700
commitb960559fdb9a22c986af11ba4e886ffb316a3574 (patch)
tree3af8eb2d591a89055450250f0b17412e42774617 /pkg/sentry/syscalls
parentb904250b862c5c14da84e08b6a5400c7bf2458b0 (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.go2
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 (