aboutsummaryrefslogtreecommitdiffstats
path: root/guts/truncate.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/truncate.c')
-rw-r--r--guts/truncate.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/guts/truncate.c b/guts/truncate.c
deleted file mode 100644
index 6a19a50..0000000
--- a/guts/truncate.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2010 Wind River Systems; see
- * guts/COPYRIGHT for information.
- *
- * static int
- * wrap_truncate(const char *path, off_t length) {
- * int rc = -1;
- */
-
- rc = real_truncate(path, length);
-
-/* return rc;
- * }
- */