mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Fix proto.
This commit is contained in:
parent
3a419fa8dd
commit
f9936a8459
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ PHP_MSHUTDOWN_FUNCTION(file)
|
|||
|
||||
|
||||
|
||||
/* {{{ proto bool flock(resource fp, int operation [, int wouldblock])
|
||||
/* {{{ proto bool flock(resource fp, int operation [, int &wouldblock])
|
||||
Portable file locking */
|
||||
|
||||
static int flock_values[] = { LOCK_SH, LOCK_EX, LOCK_UN };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue