summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-06-18 22:48:25 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-06-18 22:48:25 +0000
commit4a2f5338264180fd813d06be7103d99c38d44e54 (patch)
treed35653067022c94048b1a0f4e5aa99f45c8422a3 /embed.h
parent60f65011b186cef6f05a7bafbf688a4b89780a87 (diff)
downloadperl-4a2f5338264180fd813d06be7103d99c38d44e54.tar.gz
fix S_emulate_eaccess compiler warning
p4raw-id: //depot/perl@31418
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index fdbf9f135f..bfa2cd1739 100644
--- a/embed.h
+++ b/embed.h
@@ -1348,6 +1348,10 @@
#if defined(PERL_IN_PP_SYS_C) || defined(PERL_DECL_PROT)
#ifdef PERL_CORE
#define doform S_doform
+#endif
+# if !defined(PERL_EFF_ACCESS) && defined(HAS_ACCESS) && (defined(HAS_SETREUID) || defined(HAS_SETRESUID) || defined(HAS_SETREGID) || defined(HAS_SETRESGID))
+# endif
+#ifdef PERL_CORE
#define emulate_eaccess S_emulate_eaccess
#endif
# if !defined(HAS_MKDIR) || !defined(HAS_RMDIR)
@@ -3632,6 +3636,10 @@
#if defined(PERL_IN_PP_SYS_C) || defined(PERL_DECL_PROT)
#ifdef PERL_CORE
#define doform(a,b,c) S_doform(aTHX_ a,b,c)
+#endif
+# if !defined(PERL_EFF_ACCESS) && defined(HAS_ACCESS) && (defined(HAS_SETREUID) || defined(HAS_SETRESUID) || defined(HAS_SETREGID) || defined(HAS_SETRESGID))
+# endif
+#ifdef PERL_CORE
#define emulate_eaccess(a,b) S_emulate_eaccess(aTHX_ a,b)
#endif
# if !defined(HAS_MKDIR) || !defined(HAS_RMDIR)