- Fix proto.

This commit is contained in:
Markus Fischer 2002-06-10 10:28:33 +00:00
parent 3a419fa8dd
commit f9936a8459

View file

@ -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 */ Portable file locking */
static int flock_values[] = { LOCK_SH, LOCK_EX, LOCK_UN }; static int flock_values[] = { LOCK_SH, LOCK_EX, LOCK_UN };