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:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user