diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-02-04 22:49:52 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-02-04 22:49:52 +0000 |
commit | 02dbbe7666661b2d78fd7f13f8131f5fb65c8b8c (patch) | |
tree | 9698edaaed21f4815815f9b98430ecd191c17119 /pkg/rand | |
parent | c6739ff2459aacf18caeead7c521a072ddce146b (diff) | |
parent | 95ce8bb4c7ecb23e47e68c60b1de0b99ad8a856d (diff) |
Merge release-20200127.0-65-g95ce8bb (automated)
Diffstat (limited to 'pkg/rand')
-rwxr-xr-x | pkg/rand/rand_linux_state_autogen.go | 4 | ||||
-rwxr-xr-x | pkg/rand/rand_state_autogen.go | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/pkg/rand/rand_linux_state_autogen.go b/pkg/rand/rand_linux_state_autogen.go new file mode 100755 index 000000000..e46e9ec7e --- /dev/null +++ b/pkg/rand/rand_linux_state_autogen.go @@ -0,0 +1,4 @@ +// automatically generated by stateify. + +package rand + diff --git a/pkg/rand/rand_state_autogen.go b/pkg/rand/rand_state_autogen.go index e46e9ec7e..d387ce1e1 100755 --- a/pkg/rand/rand_state_autogen.go +++ b/pkg/rand/rand_state_autogen.go @@ -1,4 +1,6 @@ // automatically generated by stateify. +// +build !linux + package rand |