Add watchdog() call to ext/IO/t/io_multihomed.t
[p5sagit/p5-mst-13.2.git] / ext / IO / IO.xs
index eac8a64..c81cb93 100644 (file)
@@ -205,7 +205,7 @@ MODULE = IO PACKAGE = IO::File      PREFIX = f
 
 void
 new_tmpfile(packname = "IO::File")
-    char *     packname
+    const char * packname
     PREINIT:
        OutputStream fp;
        GV *gv;