aboutsummaryrefslogtreecommitdiffstats
path: root/guts/close.c
blob: 8edbee9f70aa2336bdd7c52dfc50f398cc40ce1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 
 * static int
 * wrap_close(int fd) {
 *	int rc = -1;
 */
	/* this cleans up an internal table, and shouldn't even
	 * make it to the server.
	 */
	pseudo_client_op(OP_CLOSE, 0, fd, -1, 0, 0);
	rc = real_close(fd);

/*	return rc;
 * }
 */