summaryrefslogtreecommitdiff
path: root/update_daemon2.php
diff options
context:
space:
mode:
Diffstat (limited to 'update_daemon2.php')
-rwxr-xr-xupdate_daemon2.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/update_daemon2.php b/update_daemon2.php
index 1dddf6efd..783217cef 100755
--- a/update_daemon2.php
+++ b/update_daemon2.php
@@ -45,6 +45,9 @@
$last_checkpoint = -1;
+ /**
+ * @SuppressWarnings(unused)
+ */
function reap_children() {
global $children;
global $ctimes;
@@ -85,6 +88,9 @@
}
}
+ /**
+ * @SuppressWarnings(unused)
+ */
function sigchld_handler($signal) {
$running_jobs = reap_children();