aboutsummaryrefslogtreecommitdiffstats
path: root/guts/utime.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/utime.c')
-rw-r--r--guts/utime.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/guts/utime.c b/guts/utime.c
deleted file mode 100644
index ff65237..0000000
--- a/guts/utime.c
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * Copyright (c) 2010 Wind River Systems; see
- * guts/COPYRIGHT for information.
- *
- * static int
- * wrap_utime(const char *path, const struct utimbuf *buf) {
- * int rc = -1;
- */
- rc = real_utime(path, buf);
-
-/* return rc;
- * }
- */