diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-02-06 06:49:12 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-02-06 06:49:12 +0000 |
commit | 971856a97882eee6fc216b12e8e20bba0f14c231 (patch) | |
tree | 9a71fe33a8c62ffd2bfa29bc27d59722b9412f60 /pkg/sentry/strace | |
parent | b3a9b1da3837ba2636e621467bb56aad942caf5c (diff) | |
parent | 1b6a12a768216a99a5e0428c42ea4faf79cf3b50 (diff) |
Merge release-20200127.0-85-g1b6a12a (automated)
Diffstat (limited to 'pkg/sentry/strace')
-rwxr-xr-x | pkg/sentry/strace/strace_amd64_state_autogen.go | 1 | ||||
-rwxr-xr-x | pkg/sentry/strace/strace_arm64_state_autogen.go | 1 | ||||
-rwxr-xr-x | pkg/sentry/strace/strace_state_autogen.go | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/pkg/sentry/strace/strace_amd64_state_autogen.go b/pkg/sentry/strace/strace_amd64_state_autogen.go index 844e83b55..c7d4b3eb4 100755 --- a/pkg/sentry/strace/strace_amd64_state_autogen.go +++ b/pkg/sentry/strace/strace_amd64_state_autogen.go @@ -3,4 +3,3 @@ // +build amd64 package strace - diff --git a/pkg/sentry/strace/strace_arm64_state_autogen.go b/pkg/sentry/strace/strace_arm64_state_autogen.go index 6f61e1610..9b8f66dc9 100755 --- a/pkg/sentry/strace/strace_arm64_state_autogen.go +++ b/pkg/sentry/strace/strace_arm64_state_autogen.go @@ -3,4 +3,3 @@ // +build arm64 package strace - diff --git a/pkg/sentry/strace/strace_state_autogen.go b/pkg/sentry/strace/strace_state_autogen.go index 9dc697ed6..33f6a7a54 100755 --- a/pkg/sentry/strace/strace_state_autogen.go +++ b/pkg/sentry/strace/strace_state_autogen.go @@ -1,4 +1,3 @@ // automatically generated by stateify. package strace - |