aboutsummaryrefslogtreecommitdiffstats
path: root/ports/unix/syncfs/guts/syncfs.c
blob: 2c9a685fbbc2299cb7081a626663a89ebfc67b34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2013 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * int syncfs(int fd)
 *	int rc = -1;
 */

	rc = real_syncfs(fd);

/*	return rc;
 * }
 */