From a8b633bfa2d075b241ebad0bc13cbee44959ca47 Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Tue, 23 Apr 2002 22:22:17 +0000 Subject: [PATCH] - Fix proto. --- ext/posix/posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1