summaryrefslogtreecommitdiffstats
path: root/historic/sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'historic/sync.c')
-rw-r--r--historic/sync.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/historic/sync.c b/historic/sync.c
deleted file mode 100644
index 76e0b6225..000000000
--- a/historic/sync.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * sync.c - flush Linux filesystem buffers
- *
- * Copyright 1992 Linus Torvalds.
- * This file may be redistributed as per the GNU copyright.
- */
-
-#include <unistd.h>
-#include <stdlib.h>
-
-int main(int argc, char **argv) {
- sync();
- return 0;
-}