diff options
Diffstat (limited to 'doio.c')
-rw-r--r-- | doio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1321,7 +1321,7 @@ Perl_my_stat(pTHX) #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)) |