File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
// err is an operating system error describing the failure.
19
19
// On most systems, that error has type syscall.Errno.
20
20
//
21
- // Deprecated: this package is locked down. Callers should use the
22
- // corresponding package in the golang.org/x/sys repository instead .
23
- // That is also where updates required by new systems or versions
24
- // should be applied. See https://golang.org/s/go1.4-syscall for more
25
- // information.
21
+ // NOTE: Most of the functions, types, and constants defined in
22
+ // this package are also available in the [ golang.org/x/sys] package .
23
+ // That package has more system call support than this one,
24
+ // and most new code should prefer that package where possible.
25
+ // See https://golang.org/s/go1.4-syscall for more information.
26
26
package syscall
27
27
28
28
import "internal/bytealg"
You can’t perform that action at this time.
0 commit comments