aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/ulckpwdf.c
blob: b4a26da35469bac98b810444f9a4bba94775587f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* 
 * Copyright (c) 2010 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * SPDX-License-Identifier: LGPL-2.1-only
 *
 * static int
 * wrap_ulckpwdf(void) {
 *	int rc = -1;
 */

	/* lock is cleared automatically on close */
	rc = pseudo_pwd_lck_close();

/*	return rc;
 * }
 */