summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/posix/posix.c2
1 files changed, 1 insertions, 1 deletions
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)