Files
sys/unix/zerrors_linux.go
Ed Schouten ac8aed2d4a unix: add SEEK_* constants on Darwin, FreeBSD, Linux
The Go "os" package already provides bindings for SEEK_CUR, SEEK_SET and
SEEK_END. Most operating systems also support SEEK_HOLE and SEEK_DATA,
which you can use to skip sparse regions in a file. Let's add bindings,
so we can also do this from within Go.
2021-06-15 18:01:30 +00:00

148 KiB