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

	errno = ENOTSUP;

/*	return rc;
 * }
 */