aboutsummaryrefslogtreecommitdiffstats
path: root/ports/unix/wrapfuncs.in
diff options
context:
space:
mode:
Diffstat (limited to 'ports/unix/wrapfuncs.in')
-rw-r--r--ports/unix/wrapfuncs.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/unix/wrapfuncs.in b/ports/unix/wrapfuncs.in
index 1245593..2addb27 100644
--- a/ports/unix/wrapfuncs.in
+++ b/ports/unix/wrapfuncs.in
@@ -64,7 +64,6 @@ FILE *popen(const char *command, const char *mode); /* hand_wrapped=1 */
int fsync(int fd); /* async_skip=0 */
int fdatasync(int fd); /* async_skip=0 */
void sync(void); /* async_skip= */
-int syncfs(int fd); /* async_skip=0 */
int sync_file_range(int fd, off64_t offset, off64_t nbytes, unsigned int flags); /* async_skip=0 */
int msync(void *addr, size_t length, int flags); /* async_skip=0 */
mode_t umask(mode_t mask);