Skip to content

Commit

Permalink
[release/0.9] Update generated files
Browse files Browse the repository at this point in the history
Run `go generate` on repo to bring all auto-generated files up to date.

Fix bug in `internal\winapi\winapi.go` where `user.go` is referenced but
does not exist.

Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
  • Loading branch information
helsaawy committed Sep 8, 2023
1 parent 9cf9b40 commit fe27619
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 2 deletions.
Binary file modified cmd/containerd-shim-runhcs-v1/resource_windows_386.syso
Binary file not shown.
Binary file modified cmd/containerd-shim-runhcs-v1/resource_windows_amd64.syso
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified cmd/runhcs/resource_windows_386.syso
Binary file not shown.
Binary file modified cmd/runhcs/resource_windows_amd64.syso
Binary file not shown.
Binary file added cmd/runhcs/resource_windows_arm.syso
Binary file not shown.
Binary file added cmd/runhcs/resource_windows_arm64.syso
Binary file not shown.
Binary file modified cmd/wclayer/resource_windows_386.syso
Binary file not shown.
Binary file modified cmd/wclayer/resource_windows_amd64.syso
Binary file not shown.
Binary file added cmd/wclayer/resource_windows_arm.syso
Binary file not shown.
Binary file added cmd/wclayer/resource_windows_arm64.syso
Binary file not shown.
3 changes: 2 additions & 1 deletion internal/regstate/zsyscall_windows.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/winapi/winapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// be thought of as an extension to golang.org/x/sys/windows.
package winapi

//go:generate go run ..\..\mksyscall_windows.go -output zsyscall_windows.go user.go console.go system.go net.go path.go thread.go jobobject.go logon.go memory.go process.go processor.go devices.go filesystem.go errors.go
//go:generate go run ..\..\mksyscall_windows.go -output zsyscall_windows.go console.go system.go net.go path.go thread.go jobobject.go logon.go memory.go process.go processor.go devices.go filesystem.go errors.go

0 comments on commit fe27619

Please sign in to comment.