]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libiberty/rename.c
Imported gcc-4.4.3
[msp430-gcc.git] / libiberty / rename.c
index 05630629c1fa8ddf5bae328fbd6d9b03d51a447f..ad342ffca65c59479667d11b77ba2ac8e52ee58a 100644 (file)
@@ -12,6 +12,7 @@ exists, it is removed.
 
 */
 
+#include "ansidecl.h"
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -21,9 +22,7 @@ exists, it is removed.
 #endif
 
 int
-rename (zfrom, zto)
-     char *zfrom;
-     char *zto;
+rename (const char *zfrom, const char *zto)
 {
   if (link (zfrom, zto) < 0)
     {