p4raw-id: //depot/perlio@19543
/*
* Why is this here - not in perlio.h? RMB
- */
+ */
void PerlIO_debug(const char *fmt, ...)
#ifdef CHECK_FORMAT
__attribute__ ((__format__(__printf__, 1, 2)))
}
if (dupfd) {
PerlLIO_dup2(dupfd,fd);
- close(dupfd);
+ PerlLIO_close(dupfd);
}
return result;
}