aboutsummaryrefslogtreecommitdiffstats
path: root/ports/unix/syncfs/guts/syncfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/unix/syncfs/guts/syncfs.c')
-rw-r--r--ports/unix/syncfs/guts/syncfs.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/unix/syncfs/guts/syncfs.c b/ports/unix/syncfs/guts/syncfs.c
new file mode 100644
index 0000000..2c9a685
--- /dev/null
+++ b/ports/unix/syncfs/guts/syncfs.c
@@ -0,0 +1,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;
+ * }
+ */