update
This commit is contained in:
parent
abcb050603
commit
540bacad9c
|
@ -19,6 +19,6 @@ int remove(const char *val)
|
||||||
#ifndef RT_USING_DFS
|
#ifndef RT_USING_DFS
|
||||||
return -1;
|
return -1;
|
||||||
#else
|
#else
|
||||||
return unlink(filename);
|
return unlink(val);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue