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 /embed.fnc | |
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 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -781,8 +781,10 @@ AnpP |I32 |my_memcmp |NN const char* s1|NN const char* s2|I32 len #if !defined(HAS_MEMSET) Anp |void* |my_memset |NN char* loc|I32 ch|I32 len #endif +#if !defined(PERL_IMPLICIT_SYS) Ap |I32 |my_pclose |NULLOK PerlIO* ptr Ap |PerlIO*|my_popen |NN const char* cmd|NN const char* mode +#endif Ap |PerlIO*|my_popen_list |NN const char* mode|int n|NN SV ** args Ap |void |my_setenv |NULLOK const char* nam|NULLOK const char* val Apmb |I32 |my_stat |