aboutsummaryrefslogtreecommitdiffstats
path: root/ports/darwin/guts/sync_file_range.c
blob: e0a31a4647e0d30de5b3a321b3ea6d0c3e0379d9 (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 sync_file_range(int fd, off_t offset, off_t nbytes, unsigned int flags)
 *	int rc = -1;
 */

	rc = real_sync_file_range(fd, offset, nbytes, flags);

/*	return rc;
 * }
 */