prometheus/vendor/golang.org/x
Tobias Klauser b5b3bc34da
tsdb/fileutil: Use FcntlFstore from golang.org/x/sys/unix (#7949)
Direct syscalls using syscall.Syscall(SYS_*, ...) should no longer be
used on darwin, see [1]. Instead, use the FcntlFstore libSystem wrapper
provided by the golang.org/x/sys/unix package to implement
preallocFixed.

[1] https://golang.org/doc/go1.12#darwin

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2020-09-19 10:57:13 +01:00
..
crypto Update go dependencies (#7837) 2020-08-24 14:03:47 +02:00
lint tsdb: test for leaks (#7566) 2020-07-21 10:08:06 +02:00
mod
net Update go dependencies (#7837) 2020-08-24 14:03:47 +02:00
oauth2
sync
sys tsdb/fileutil: Use FcntlFstore from golang.org/x/sys/unix (#7949) 2020-09-19 10:57:13 +01:00
text
time Update dependencies 2020-07-11 00:42:05 +02:00
tools Update go dependencies (#7837) 2020-08-24 14:03:47 +02:00
xerrors