aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/xattr/guts/fremovexattr.c
blob: a029d2cfd7957d3ee3f37c4d0fa190a7ca11b0af (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 fremovexattr(int filedes, const char *name)
 *	int rc = -1;
 */
	rc = shared_removexattr(NULL, filedes, name);

/*	return rc;
 * }
 */