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