summaryrefslogtreecommitdiff
path: root/doio.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-26 19:58:49 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-26 19:58:49 +0000
commit0da8eb3af06fe58c4c8c297ae7e9457946d4f195 (patch)
treebae3328a4ca4182301dbc59369d30f16ac8d2009 /doio.c
parentb7783a124ffeaab87679eba041dd9997f4d5372a (diff)
downloadperl-0da8eb3af06fe58c4c8c297ae7e9457946d4f195.tar.gz
ingroup() is only used in doio.c.
Wrap gen_constant_list in #if defined(PERL_IN_OP_C) p4raw-id: //depot/perl@34925
Diffstat (limited to 'doio.c')
-rw-r--r--doio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doio.c b/doio.c
index 273832394d..46ef41e413 100644
--- a/doio.c
+++ b/doio.c
@@ -1944,7 +1944,7 @@ Perl_cando(pTHX_ Mode_t mode, bool effective, register const Stat_t *statbufp)
#endif /* ! VMS */
bool
-Perl_ingroup(pTHX_ Gid_t testgid, bool effective)
+S_ingroup(pTHX_ Gid_t testgid, bool effective)
{
#ifdef MACOS_TRADITIONAL
/* This is simply not correct for AppleShare, but fix it yerself. */