Skip to content

Commit

Permalink
Adjustment to symbol lists after latest changes (by Jarkko)
Browse files Browse the repository at this point in the history
p4raw-id: //depot/perl@29066
  • Loading branch information
rgs committed Oct 20, 2006
1 parent 8b84d7d commit f1791e5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions makedef.pl
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ sub emit_symbols {
PL_sharedsv_space_mutex
PL_dollarzero_mutex
PL_hints_mutex
PL_perlio_mutex
PL_regdupe
Perl_dirp_dup
Perl_cx_dup
Expand Down Expand Up @@ -1096,6 +1097,16 @@ sub readvar {
emit_symbols \@layer_syms;
emit_symbols [qw(perlsio_binmode)];
}
if ($define{'USE_ITHREADS'}) {
emit_symbols [qw(
PL_perlio_mutex
)];
}
else {
skip_symbols [qw(
PL_perlio_mutex
)];
}
} else {
# -Uuseperlio
# Skip the PerlIO layer symbols - although
Expand Down
1 change: 1 addition & 0 deletions perlio.sym
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ PerlIO_rewind
PerlIO_setpos
PerlIO_sprintf
PerlIO_stdoutf
PerlIO_teardown
PerlIO_tmpfile
PerlIO_ungetc
PerlIO_vprintf
Expand Down

0 comments on commit f1791e5

Please sign in to comment.