From f9936a8459bada9c4a2c6fd7f75bcc899fb4d0ba Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Mon, 10 Jun 2002 10:28:33 +0000 Subject: [PATCH] - Fix proto. --- ext/standard/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- 2.50.1