summaryrefslogtreecommitdiff
path: root/doio.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-26 22:04:01 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-26 22:04:01 +0000
commit1f676739c0ff005ad6d6d4d3691c095800bc458c (patch)
treed40aaee6d0df484030cea427f10fd31155d6f05b /doio.c
parent0d86688dc4cee41db564627f19bab42e3d945cb6 (diff)
downloadperl-1f676739c0ff005ad6d6d4d3691c095800bc458c.tar.gz
Just s/Perl_/S_/ isn't good enough - you also need to add the C<static>
p4raw-id: //depot/perl@34934
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 46ef41e413..09170188ec 100644
--- a/doio.c
+++ b/doio.c
@@ -1943,7 +1943,7 @@ Perl_cando(pTHX_ Mode_t mode, bool effective, register const Stat_t *statbufp)
}
#endif /* ! VMS */
-bool
+static bool
S_ingroup(pTHX_ Gid_t testgid, bool effective)
{
#ifdef MACOS_TRADITIONAL