aboutsummaryrefslogtreecommitdiffstats
path: root/guts/mkfifoat.c
blob: b1053f165396b65bd8cc3b723df985ba4c0c5bf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 
 * Copyright (c) 2008-2010 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * 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;
 * }
 */