summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-06-22 16:07:51 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-06-22 16:07:51 +0000
commit94414bfbc497e71da32f6edca513d34725e3cae6 (patch)
treedf134c1bf15f778e1baa8bea417c8660229eff66 /makedef.pl
parentf8519be6fd9bf0423897a621d943e29ddc834d84 (diff)
downloadperl-94414bfbc497e71da32f6edca513d34725e3cae6.tar.gz
Win32 patches from Benjamin Stuhl.
p4raw-id: //depot/cfgperl@6220
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl
index ae68674aa7..cb7faed663 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -402,6 +402,8 @@ unless ($define{'USE_5005THREADS'}) {
PL_svref_mutex
PL_cred_mutex
PL_eval_mutex
+ PL_fdpid_mutex
+ PL_sv_lock_mutex
PL_eval_cond
PL_eval_owner
PL_threads_mutex
@@ -418,6 +420,7 @@ unless ($define{'USE_5005THREADS'}) {
Perl_find_threadsv
Perl_unlock_condpair
Perl_magic_mutexfree
+ Perl_lock
)];
}