diff options
author | Dan Sugalski <dan@sidhe.org> | 2000-05-08 14:08:13 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-06-06 23:43:13 +0000 |
commit | b37a7757477319a5fcdd5131db15046064f631c4 (patch) | |
tree | 2bbb61aff15e20bef198bf19e12390fcd2eeb892 /embed.pl | |
parent | 697934ef381c2fbd2ff49c5e4b22e596a509b7a0 (diff) | |
download | perl-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 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2497,6 +2497,8 @@ s |void |xstat |int # endif #endif +Arp |SV* |lock |SV *sv + #if defined(PERL_OBJECT) }; #endif |