aboutsummaryrefslogtreecommitdiffstats
path: root/guts/llistxattr.c
blob: 92870b55851d8b1f4c93d7d6582d155bcae08283 (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 llistxattr(const char *pathname, char *list, size_t size)
 *	ssize_t rc = -1;
 */

	errno = ENOTSUP;

/*	return rc;
 * }
 */