mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 02:50:25 +08:00
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…
x
Reference in New Issue
Block a user