aboutsummaryrefslogtreecommitdiffstats
path: root/ports/unix/guts/sync.c
blob: c5d955470114499ee143d674155b986f5d2fef5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright (c) 2013 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * void sync(void)
 *	
 */

	/* note: wrapper will never call this if PSEUDO_FORCE_ASYNC
	 * is defined.
	 */
	(void) real_sync();

/*	return;
 * }
 */