1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00

- Fix proto.

This commit is contained in:
Markus Fischer
2002-04-23 22:22:17 +00:00
parent be013212bc
commit a8b633bfa2
+1 -1
View 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)