/* * static int * wrap_mkfifo(const char *path, mode_t mode) { * int rc = -1; */ rc = wrap_mkfifoat(AT_FDCWD, path, mode); /* return rc; * } */