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
1 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,7 @@ _system (const char *s)
} }
int int
_rename (const char *, const char *) _rename (const char *oldpath, const char *newpath)
{ {
errno = ENOSYS; errno = ENOSYS;
return -1; return -1;