diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-07-19 13:30:14 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-07-24 10:22:22 +0200 |
commit | 875ca36f3bad1dcbb9024c8db31c337e1dd09100 (patch) | |
tree | fa05da5520fdb71dadc15192a24ea785b429f274 /global.sym | |
parent | bf4d151523534b04dc46062538c22f81352449b0 (diff) | |
download | perl-875ca36f3bad1dcbb9024c8db31c337e1dd09100.tar.gz |
Perl_my_p{open,close} do not exist under PERL_IMPLICIT_SYS.
PERL_IMPLICIT_SYS only builds on Win32.
Correct embed.fnc to reflect the reality.
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/global.sym b/global.sym index 1f59f99b8e..2997fcc352 100644 --- a/global.sym +++ b/global.sym @@ -342,8 +342,6 @@ Perl_my_fflush_all Perl_my_fork Perl_my_lstat Perl_my_lstat_flags -Perl_my_pclose -Perl_my_popen Perl_my_popen_list Perl_my_setenv Perl_my_snprintf @@ -806,6 +804,8 @@ Perl_signbit Perl_my_strlcat Perl_my_strlcpy Perl_my_chsize +Perl_my_pclose +Perl_my_popen Perl_my_sprintf Perl_my_bcopy Perl_hv_assert |