Skip to content

Commit e1e1175

Browse files
committed
Fix: Regenerate files
1 parent 8be40b3 commit e1e1175

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

generated/sem.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@ function sem_acquire($sem_identifier, bool $nowait = false): void
229229
* will return a different semaphore identifier, but both
230230
* identifiers access the same underlying semaphore.
231231
*
232+
* If key is 0, a new private semaphore
233+
* is created for each call to sem_get.
234+
*
232235
* @param int $key
233236
* @param int $max_acquire The number of processes that can acquire the semaphore simultaneously
234237
* is set to max_acquire.

0 commit comments

Comments
 (0)