]> granicus.if.org Git - php/commitdiff
- Fix proto.
authorMarkus Fischer <mfischer@php.net>
Tue, 23 Apr 2002 22:22:17 +0000 (22:22 +0000)
committerMarkus Fischer <mfischer@php.net>
Tue, 23 Apr 2002 22:22:17 +0000 (22:22 +0000)
ext/posix/posix.c

index 6f8dc85122e8c492184b79c6169260c928019a1d..cf7461546b90f202f3329a37747146a5b6168198 100644 (file)
@@ -653,7 +653,7 @@ PHP_FUNCTION(posix_getcwd)
                already supported by PHP.
  */
 
-/* {{{ proto bool posix_mkfifo(void)
+/* {{{ proto bool posix_mkfifo(string pathname, int mode)
    Make a FIFO special file (POSIX.1, 5.4.2) */
 #ifdef HAVE_MKFIFO
 PHP_FUNCTION(posix_mkfifo)