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