Fix trivial typo in last change
This commit is contained in:
parent
6990dc5f3b
commit
588f16bb29
|
@ -622,7 +622,7 @@ _system (const char *s)
|
|||
}
|
||||
|
||||
int
|
||||
_rename (const char *, const char *)
|
||||
_rename (const char *oldpath, const char *newpath)
|
||||
{
|
||||
errno = ENOSYS;
|
||||
return -1;
|
||||
|
|
Loading…
Reference in New Issue