#include "internal.h" int sys·mkfifo(char *path, uint mode) { long ret = sys·mknode(path, mode|sys·ModeFifo, 0); return error(ret); }