This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tweak the floating point output routine preferences.
[perl5.git] / makedef.pl
index b47237c..a02a298 100644 (file)
@@ -403,6 +403,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
@@ -419,6 +421,7 @@ unless ($define{'USE_5005THREADS'}) {
                    Perl_find_threadsv
                    Perl_unlock_condpair
                    Perl_magic_mutexfree
+                   Perl_sv_lock
                    )];
 }