summaryrefslogtreecommitdiffstats
path: root/usr/utils/sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/utils/sync.c')
-rw-r--r--usr/utils/sync.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/utils/sync.c b/usr/utils/sync.c
new file mode 100644
index 0000000..de3093c
--- /dev/null
+++ b/usr/utils/sync.c
@@ -0,0 +1,7 @@
+#include <unistd.h>
+
+int main(void)
+{
+ sync();
+ return 0;
+}