Retro68/gcc/libgo/go/os/dir_largefile.go

16 lines
435 B
Go
Raw Normal View History

2012-03-27 23:13:14 +00:00
// dir_largefile.go -- For systems which use the large file interface for
// readdir_r.
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
2019-06-02 15:48:37 +00:00
// +build aix hurd linux solaris,386 solaris,sparc
2012-03-27 23:13:14 +00:00
package os
import "syscall"
//extern readdir64_r
func libc_readdir_r(*syscall.DIR, *syscall.Dirent, **syscall.Dirent) syscall.Errno