runtime/internal/lib/os: fix readdir for darwin-amd64
This commit is contained in:
@@ -11,3 +11,6 @@ func Stat(path *c.Char, buf *StatT) c.Int
|
||||
|
||||
//go:linkname Lstat C.lstat64
|
||||
func Lstat(path *c.Char, buf *StatT) c.Int
|
||||
|
||||
//go:linkname Fstat C.fstat64
|
||||
func Fstat(fd c.Int, buf *StatT) c.Int
|
||||
|
||||
Reference in New Issue
Block a user