mirror of
https://github.com/Ascend/ascend-docker-runtime.git
synced 2025-10-10 14:20:03 +08:00
Match-id-955019847965808fc548ea017c7e1623abedfbe3
This commit is contained in:
@@ -210,7 +210,7 @@ int GetParentPathStr(const char *path, int lenOfPath, char *parent)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int MakeDir(char * dir, int mode)
|
||||
int MakeDir(char *dir, int mode)
|
||||
{
|
||||
return mkdir(dir, mode);
|
||||
}
|
||||
|
Reference in New Issue
Block a user