]> granicus.if.org Git - php/commitdiff
- Fix proto.
authorMarkus Fischer <mfischer@php.net>
Mon, 10 Jun 2002 10:28:33 +0000 (10:28 +0000)
committerMarkus Fischer <mfischer@php.net>
Mon, 10 Jun 2002 10:28:33 +0000 (10:28 +0000)
ext/standard/file.c

index f50640dd12de0f66c93edd2ffad1fde4f5c22221..badcce3a341830e994bf8f509ba6f152d863d818 100644 (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 */
 
 static int flock_values[] = { LOCK_SH, LOCK_EX, LOCK_UN };