aboutsummaryrefslogtreecommitdiffstats
path: root/ports/darwin/guts/listxattr.c
blob: 0bba45157abf0853728058d1f3c0fc7bd2dff7bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2011 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * ssize_t listxattr(const char *pathname, char *list, size_t size, int options)
 *	ssize_t rc = -1;
 */

	rc = real_listxattr(pathname, list, size, options);

/*	return rc;
 * }
 */