Craig A. Berry [Tue, 4 Jul 2006 19:08:16 +0000 (19:08 +0000)]
p4raw-id: //depot/perl@28479
#ifdef HAS_DIRFD
return (PL_laststatval = PerlLIO_fstat(dirfd(IoDIRP(io)), &PL_statcache));
#else
- DIE(aTHX_ PL_no_func, "dirfd");
+ Perl_die(aTHX_ PL_no_func, "dirfd");
#endif
} else {
if (ckWARN2(WARN_UNOPENED,WARN_CLOSED))