aboutsummaryrefslogtreecommitdiffstats
path: root/ports/unix/guts/sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/unix/guts/sync.c')
-rw-r--r--ports/unix/guts/sync.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/ports/unix/guts/sync.c b/ports/unix/guts/sync.c
new file mode 100644
index 0000000..c5d9554
--- /dev/null
+++ b/ports/unix/guts/sync.c
@@ -0,0 +1,16 @@
+/*
+ * Copyright (c) 2013 Wind River Systems; see
+ * guts/COPYRIGHT for information.
+ *
+ * void sync(void)
+ *
+ */
+
+ /* note: wrapper will never call this if PSEUDO_FORCE_ASYNC
+ * is defined.
+ */
+ (void) real_sync();
+
+/* return;
+ * }
+ */