af6b9e7fa9
In many places (not all of them though) we can use `unix.` instead of `syscall.` as these are indentical. In particular, x/sys/unix defines: ```go type Signal = syscall.Signal type Errno = syscall.Errno type SysProcAttr = syscall.SysProcAttr const ENODEV = syscall.Errno(0x13) ``` and unix.Exec() calls syscall.Exec(). Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> |
||
---|---|---|
.. | ||
linux.go | ||
linux_test.go | ||
proc.go | ||
proc_test.go | ||
syscall_linux_32.go | ||
syscall_linux_64.go | ||
sysconfig.go | ||
sysconfig_notcgo.go | ||
unsupported.go | ||
xattrs_linux.go |