2018-05-07 Edward Smith-Rowland <3dw4rd@verizon.net>
[official-gcc.git] / libgo / go / os / dir_largefile.go
blob75df6a4361ca224958162073b14a508c21de47c5
1 // dir_largefile.go -- For systems which use the large file interface for
2 // readdir_r.
4 // Copyright 2011 The Go Authors. All rights reserved.
5 // Use of this source code is governed by a BSD-style
6 // license that can be found in the LICENSE file.
8 // +build aix linux solaris,386 solaris,sparc
10 package os
12 import "syscall"
14 //extern readdir64_r
15 func libc_readdir_r(*syscall.DIR, *syscall.Dirent, **syscall.Dirent) syscall.Errno