diff options
author | George Schlossnagle <gschlossnagle@php.net> | 2003-10-28 17:08:18 +0000 |
---|---|---|
committer | George Schlossnagle <gschlossnagle@php.net> | 2003-10-28 17:08:18 +0000 |
commit | 797ac80e7cb0be6a6154dff2d1cbc5cd422494a1 (patch) | |
tree | a075bb142fbd066faa54f3135d525410b8e0ad62 /ext/pcntl/php_pcntl.h | |
parent | 11754f587c7add1a8fb6e7f2c40cf9f35640578c (diff) | |
download | php-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.h | 1 |
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); |