summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-07-19 13:30:14 +0200
committerNicholas Clark <nick@ccl4.org>2011-07-24 10:22:22 +0200
commit875ca36f3bad1dcbb9024c8db31c337e1dd09100 (patch)
treefa05da5520fdb71dadc15192a24ea785b429f274 /embed.fnc
parentbf4d151523534b04dc46062538c22f81352449b0 (diff)
downloadperl-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.fnc2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 9ae216eca1..089cd43088 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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