RTEMS CPU Kit with SuperCore  4.11.3
Functions
mkfifo.c File Reference

Make a FIFO Special File. More...

#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
Include dependency graph for mkfifo.c:

Functions

int mkfifo (const char *path, mode_t mode)
 POSIX 1003.1b 5.4.1 - Make a FIFO Special File.
 

Detailed Description

Make a FIFO Special File.