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

	errno = ENOTSUP;

/*	return rc;
 * }
 */