summaryrefslogtreecommitdiff
path: root/ext/pcntl/php_pcntl.h
diff options
context:
space:
mode:
authorGeorge Schlossnagle <gschlossnagle@php.net>2003-10-28 17:08:18 +0000
committerGeorge Schlossnagle <gschlossnagle@php.net>2003-10-28 17:08:18 +0000
commit797ac80e7cb0be6a6154dff2d1cbc5cd422494a1 (patch)
treea075bb142fbd066faa54f3135d525410b8e0ad62 /ext/pcntl/php_pcntl.h
parent11754f587c7add1a8fb6e7f2c40cf9f35640578c (diff)
downloadphp-git-797ac80e7cb0be6a6154dff2d1cbc5cd422494a1.tar.gz
Added pcntl_wait, a wraspper around wait()/wait3()
Diffstat (limited to 'ext/pcntl/php_pcntl.h')
-rw-r--r--ext/pcntl/php_pcntl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pcntl/php_pcntl.h b/ext/pcntl/php_pcntl.h
index 212db2994e..dbea8ca174 100644
--- a/ext/pcntl/php_pcntl.h
+++ b/ext/pcntl/php_pcntl.h
@@ -42,6 +42,7 @@ PHP_MINFO_FUNCTION(pcntl);
PHP_FUNCTION(pcntl_alarm);
PHP_FUNCTION(pcntl_fork);
PHP_FUNCTION(pcntl_waitpid);
+PHP_FUNCTION(pcntl_wait);
PHP_FUNCTION(pcntl_wifexited);
PHP_FUNCTION(pcntl_wifstopped);
PHP_FUNCTION(pcntl_wifsignaled);