mirror of git://gcc.gnu.org/git/gcc.git
parent
5371f7195e
commit
09839cde4c
|
|
@ -9,5 +9,5 @@ package os
|
||||||
|
|
||||||
import "syscall"
|
import "syscall"
|
||||||
|
|
||||||
// extern readdir_r
|
//extern readdir_r
|
||||||
func libc_readdir_r(*syscall.DIR, *syscall.Dirent, **syscall.Dirent) syscall.Errno
|
func libc_readdir_r(*syscall.DIR, *syscall.Dirent, **syscall.Dirent) syscall.Errno
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue