diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-11-26 21:33:54 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-11-26 21:33:54 +0000 |
commit | ed4173efcf6003662845168e71abec2ddbd06df1 (patch) | |
tree | b381d2367a5d029f625c6d5758db9399a097008d /util.c | |
parent | 9d8f40c4d2ff3c9a7ded072d81df73638a8c1d83 (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |