mirror of
https://github.com/prometheus/prometheus
synced 2025-02-18 21:47:07 +00:00
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> |
||
---|---|---|
.. | ||
crypto | ||
lint | ||
mod | ||
net | ||
oauth2 | ||
sync | ||
sys | ||
text | ||
time | ||
tools | ||
xerrors |