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