aboutsummaryrefslogtreecommitdiffstats
path: root/guts/removexattr.c
blob: bf844dd6a851f28a765f8b19c53122d83511e628 (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 removexattr(const char *pathname, const char *name)
 *	int rc = -1;
 */

	errno = ENOTSUP;

/*	return rc;
 * }
 */