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

	rc = real_capset(hdrp, datap);

/*	return rc;
 * }
 */