blob: c8140461a4dd9fd2596c23a70a39456fe2ecb141 [file] [log] [blame]
Colin Cross430342c2019-09-07 08:36:04 -07001// Copyright 2019 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
Dan Willemsencc753b72021-08-31 13:25:42 -07005//go:build !plan9
Colin Cross430342c2019-09-07 08:36:04 -07006
7package os
8
9import "syscall"
10
11type syscallErrorType = syscall.Errno