etcd/pkg/fileutil
Tobias Klauser add86bbd1a
pkg/fileutil: use fcntl syscall wrappers from golang.org/x/sys/unix (#12316)
Direct syscalls using syscall.Syscall(SYS_*, ...) should no longer be
used on darwin, see [1]. Instead, use the fcntl libSystem wrappers
provided by the golang.org/x/sys/unix package which implement the same
functionality.

[1] https://golang.org/doc/go1.12#darwin
2020-09-24 23:02:32 -07:00
..
2018-04-08 14:26:30 -07:00
2020-08-23 17:20:16 -07:00
2016-05-12 20:48:53 -07:00
2016-05-12 20:48:53 -07:00
2016-05-12 20:48:53 -07:00
2019-10-25 22:31:49 +08:00
2016-05-12 20:48:53 -07:00
2020-02-12 11:15:41 -08:00
2018-05-18 10:28:27 -07:00
2016-05-12 20:48:53 -07:00
2016-05-12 20:48:53 -07:00