merge from gcc

This commit is contained in:
DJ Delorie
2005-03-28 05:07:08 +00:00
parent 49b1fae430
commit 1e45deed6a
32 changed files with 217 additions and 490 deletions

View File

@@ -22,9 +22,7 @@ exists, it is removed.
#endif
int
rename (zfrom, zto)
const char *zfrom;
const char *zto;
rename (const char *zfrom, const char *zto)
{
if (link (zfrom, zto) < 0)
{