summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorDan Sugalski <dan@sidhe.org>2000-05-08 14:08:13 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2000-06-06 23:43:13 +0000
commitb37a7757477319a5fcdd5131db15046064f631c4 (patch)
tree2bbb61aff15e20bef198bf19e12390fcd2eeb892 /proto.h
parent697934ef381c2fbd2ff49c5e4b22e596a509b7a0 (diff)
downloadperl-b37a7757477319a5fcdd5131db15046064f631c4.tar.gz
Threadsafe patches
To: perl5-porters@perl.org Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48> p4raw-id: //depot/cfgperl@6207
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 28c9581241..afe67b1c29 100644
--- a/proto.h
+++ b/proto.h
@@ -1259,6 +1259,8 @@ STATIC void S_xstat(pTHX_ int);
# endif
#endif
+PERL_CALLCONV SV* Perl_lock(pTHX_ SV *sv) __attribute__((noreturn));
+
#if defined(PERL_OBJECT)
};
#endif