DEBSOURCES
Skip Quicknav
sources / gocryptfs / 2.6.1-1 / tests / defaults / getdents_linux.go
123456789
package defaults import ( "golang.org/x/sys/unix" ) func getdents(fd int, buf []byte) (int, error) { return unix.Getdents(fd, buf) }