aboutsummaryrefslogtreecommitdiffstats
path: root/guts/fsetxattr.c
blob: a891ffbb2b29e4383e458aeac4db5b9d5208bd6a (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 fsetxattr(int filedes, const char *name, const void *value, size_t size, int flags)
 *	int rc = -1;
 */

	errno = ENOTSUP;

/*	return rc;
 * }
 */