aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/xattr/guts/lremovexattr.c
blob: 1f39788d223ea59c2286b71fc7371af14aac2625 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (c) 2014 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * int lremovexattr(const char *path, const char *name)
 *	int rc = -1;
 */
	rc = shared_removexattr(path, -1, name);

/*	return rc;
 * }
 */