The new sharedsv* should be exported only if usethreads.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 14 Aug 2001 01:41:22 +0000 (01:41 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 14 Aug 2001 01:41:22 +0000 (01:41 +0000)
p4raw-id: //depot/perl@11662

makedef.pl

index 4c670e5..e58933e 100644 (file)
@@ -567,6 +567,13 @@ unless ($define{'USE_ITHREADS'}) {
                    Perl_ptr_table_store
                    perl_clone
                    perl_clone_using
+                   Perl_sharedsv_find
+                   Perl_sharedsv_init
+                   Perl_sharedsv_lock
+                   Perl_sharedsv_new
+                   Perl_sharedsv_thrcnt_dec
+                   Perl_sharedsv_thrcnt_inc
+                   Perl_sharedsv_unlock
                    )];
 }