#include #include #include int mkfifo(char *path, mode_t mode) { USED(path, mode); errno = 0; return -1; }