aboutsummaryrefslogtreecommitdiffstats
path: root/ports/darwin/guts/listxattr.c
blob: 4b48ac6a2bd03467bbae010410b8839155273201 (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)
 *	ssize_t rc = -1;
 */

	rc = real_listxattr(pathname, list, size);

/*	return rc;
 * }
 */