diff options
author | Markus Fischer <mfischer@php.net> | 2002-06-10 10:28:33 +0000 |
---|---|---|
committer | Markus Fischer <mfischer@php.net> | 2002-06-10 10:28:33 +0000 |
commit | f9936a8459bada9c4a2c6fd7f75bcc899fb4d0ba (patch) | |
tree | a25469504a4a6468f5cd8cf80e89a39abd249af3 | |
parent | 3a419fa8dd45fbbee3757e0b6303b603df693b02 (diff) | |
download | php-git-f9936a8459bada9c4a2c6fd7f75bcc899fb4d0ba.tar.gz |
- Fix proto.
-rw-r--r-- | ext/standard/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; |