lib/os: patch MkdirAll

This commit is contained in:
luoliwoshang
2024-08-12 21:36:29 +08:00
parent 6484a8e6a4
commit 8bd6e1d119
6 changed files with 174 additions and 1 deletions

View File

@@ -271,7 +271,6 @@ func Mkdir(name string, perm FileMode) error {
*/
// TODO(xsw):
// func MkdirAll(path string, perm FileMode) error
// func NewSyscallError(syscall string, err error) error
// func ReadFile(name string) ([]byte, error)