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

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

/*	return rc;
 * }
 */