4
0
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:
Jonathan Larmour 2002-04-29 21:52:36 +00:00
parent 6990dc5f3b
commit 588f16bb29

View File

@ -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;