* as/hc08/asmain.c (asexit),
[fw/sdcc] / support / librarian / sdcclib.c
index 913b1f03898609be2b2e6b0a9bb8c294fa543674..80aedc10ef40d8142aa1fe4391d9462d98072399 100644 (file)
@@ -367,8 +367,8 @@ void AddRel(void)
     fclose(lib);
     fclose(libindex);
 
-    _unlink(LibNameTmp);
-    _unlink(IndexName);
+    remove(LibNameTmp);
+    remove(IndexName);
 }
 
 void ExtractRel(void)