summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/BUILD
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-02-14 12:07:08 -0800
committergVisor bot <gvisor-bot@google.com>2020-02-14 12:08:12 -0800
commit3c26f5ecb0087337b1f194b6d429ce68f3af70eb (patch)
tree1412498695e5797ed90147540fb232a2ed67be6f /pkg/sentry/syscalls/linux/BUILD
parent4075de11be44372c454aae7f9650cdc814c52229 (diff)
Enable automated marshalling for struct stat.
This requires fixing a few build issues for non-am64 platforms. PiperOrigin-RevId: 295196922
Diffstat (limited to 'pkg/sentry/syscalls/linux/BUILD')
-rw-r--r--pkg/sentry/syscalls/linux/BUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/sentry/syscalls/linux/BUILD b/pkg/sentry/syscalls/linux/BUILD
index 0d24fd3c4..c7883e68e 100644
--- a/pkg/sentry/syscalls/linux/BUILD
+++ b/pkg/sentry/syscalls/linux/BUILD
@@ -42,8 +42,6 @@ go_library(
"sys_socket.go",
"sys_splice.go",
"sys_stat.go",
- "sys_stat_amd64.go",
- "sys_stat_arm64.go",
"sys_sync.go",
"sys_sysinfo.go",
"sys_syslog.go",