aboutsummaryrefslogtreecommitdiffstats
path: root/guts/fremovexattr.c
blob: fe3681e3abdca1132aa752722b5b343302a1ccbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2010 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * int fremovexattr(int filedes, const char *name)
 *	int rc = -1;
 */

	errno = ENOTSUP;

/*	return rc;
 * }
 */