mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix typo in pcntl_sigwaitinfo proto
This commit is contained in:
parent
c58b44f34a
commit
f67b27fac6
1 changed files with 1 additions and 1 deletions
|
@ -1157,7 +1157,7 @@ static void pcntl_sigwaitinfo(INTERNAL_FUNCTION_PARAMETERS, int timedwait) /* {{
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto int pcnlt_sigwaitinfo(array set[, array &siginfo])
|
||||
/* {{{ proto int pcntl_sigwaitinfo(array set[, array &siginfo])
|
||||
Synchronously wait for queued signals */
|
||||
PHP_FUNCTION(pcntl_sigwaitinfo)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue