aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/capset.c
blob: 51e0cdfef568b2d4e70a482667ed09e1b0b55573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2016 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * int capset(cap_user_header_t hdrp, const cap_user_data_t datap)
 *	int rc = -1;
 */

	rc = real_capset(hdrp, datap);

/*	return rc;
 * }
 */