summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorRonald F. Guilmette <rfg@monkeys.com>2000-07-24 08:47:00 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-05 03:22:05 +0000
commitbc37a18f04c6e2feea5bb9e2e546e59c37c7c04a (patch)
tree8c9be161931cdb063ceeadaad036116c9878a166 /proto.h
parent10b4ebb56b5e3d07893570debc8adbb08d0ff62d (diff)
downloadperl-bc37a18f04c6e2feea5bb9e2e546e59c37c7c04a.tar.gz
[ID 20000724.004] Perl interpreter segfault when using built-in flock
Message-Id: <200007242247.PAA52177@monkeys.com> p4raw-id: //depot/perl@6527
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 28597eaf07..b3e5f994fc 100644
--- a/proto.h
+++ b/proto.h
@@ -820,7 +820,7 @@ PERL_CALLCONV U8* Perl_uv_to_utf8(pTHX_ U8 *d, UV uv);
PERL_CALLCONV void Perl_vivify_defelem(pTHX_ SV* sv);
PERL_CALLCONV void Perl_vivify_ref(pTHX_ SV* sv, U32 to_what);
PERL_CALLCONV I32 Perl_wait4pid(pTHX_ Pid_t pid, int* statusp, int flags);
-PERL_CALLCONV void Perl_report_closed_fh(pTHX_ GV *gv, IO *io, const char *func, const char *obj);
+PERL_CALLCONV void Perl_report_evil_fh(pTHX_ GV *gv, IO *io, I32 op);
PERL_CALLCONV void Perl_report_uninit(pTHX);
PERL_CALLCONV void Perl_warn(pTHX_ const char* pat, ...)
#ifdef CHECK_FORMAT