updated syscall usage

This commit is contained in:
ston1th 2024-08-24 02:24:45 +02:00
commit 204aec8135
333 changed files with 12973 additions and 7669 deletions

View file

@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || zos
// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris zos
// Package unix contains an interface to the low-level operating system
// primitives. OS details vary depending on the underlying system, and