aboutsummaryrefslogtreecommitdiffstats
path: root/guts/getxattr.c
blob: ce2a618cf6514f0874371a24b0c69ffa32bf5038 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 
 * Copyright (c) 2010 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * static ssize_t
 * wrap_getxattr(const char *path, const char *name, void *value, size_t size) {
 *	ssize_t rc = -1;
 */

	rc = real_getxattr(path, name, value, size);

/*	return rc;
 * }
 */