Files
podman/vendor/golang.org/x/sys/windows/aliases.go
renovate[bot] 07314bc606 fix(deps): update module golang.org/x/crypto to v0.49.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-12 17:38:31 +00:00

14 lines
310 B
Go

// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build windows
package windows
import "syscall"
type Signal = syscall.Signal
type Errno = syscall.Errno
type SysProcAttr = syscall.SysProcAttr