/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */ #include #include int mkfifo(const char *path, mode_t mode) { errno = EACCES; return -1; }