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

	rc = real_syncfs(fd);

/*	return rc;
 * }
 */