From: Markus Fischer Date: Tue, 23 Apr 2002 22:22:17 +0000 (+0000) Subject: - Fix proto. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~469 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8b633bfa2d075b241ebad0bc13cbee44959ca47;p=php - Fix proto. --- diff --git a/ext/posix/posix.c b/ext/posix/posix.c index 6f8dc85122..cf7461546b 100644 --- a/ext/posix/posix.c +++ b/ext/posix/posix.c @@ -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)