summaryrefslogtreecommitdiff
path: root/ext/posix/posix.c
diff options
context:
space:
mode:
authorMarkus Fischer <mfischer@php.net>2002-04-23 22:22:17 +0000
committerMarkus Fischer <mfischer@php.net>2002-04-23 22:22:17 +0000
commita8b633bfa2d075b241ebad0bc13cbee44959ca47 (patch)
tree96fc4d3fc8bff22907fb12bc9196950830502670 /ext/posix/posix.c
parentbe013212bcabf7a8012ca3e930a0f1f3bcf31ff1 (diff)
downloadphp-git-a8b633bfa2d075b241ebad0bc13cbee44959ca47.tar.gz
- Fix proto.
Diffstat (limited to 'ext/posix/posix.c')
-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)