From: Markus Fischer Date: Mon, 10 Jun 2002 10:28:33 +0000 (+0000) Subject: - Fix proto. X-Git-Tag: php5_5_0~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9936a8459bada9c4a2c6fd7f75bcc899fb4d0ba;p=php - Fix proto. --- diff --git a/ext/standard/file.c b/ext/standard/file.c index f50640dd12..badcce3a34 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -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 };