summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-26 21:33:54 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-26 21:33:54 +0000
commited4173efcf6003662845168e71abec2ddbd06df1 (patch)
treeb381d2367a5d029f625c6d5758db9399a097008d /util.c
parent9d8f40c4d2ff3c9a7ded072d81df73638a8c1d83 (diff)
downloadperl-ed4173efcf6003662845168e71abec2ddbd06df1.tar.gz
pidgone() is only used in util.c, so it can be static.
p4raw-id: //depot/perl@34932
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index 0c15c56c08..0287d3422a 100644
--- a/util.c
+++ b/util.c
@@ -3020,7 +3020,7 @@ Perl_wait4pid(pTHX_ Pid_t pid, int *statusp, int flags)
#ifdef PERL_USES_PL_PIDSTATUS
void
-Perl_pidgone(pTHX_ Pid_t pid, int status)
+S_pidgone(pTHX_ Pid_t pid, int status)
{
register SV *sv;