diff options
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |