aboutsummaryrefslogtreecommitdiffstats
path: root/guts/mkfifoat.c
blob: c52ac21654830297ccb951d5493138bc596f3bb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 
 * static int
 * wrap_mkfifoat(int dirfd, const char *path, mode_t mode) {
 *	int rc = -1;
 */

	rc = wrap___xmknodat(_STAT_VER, dirfd, path, (mode & 07777) | S_IFIFO, 0);

/*	return rc;
 * }
 */