aboutsummaryrefslogtreecommitdiffstats
path: root/guts/utimes.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/utimes.c')
-rw-r--r--guts/utimes.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/guts/utimes.c b/guts/utimes.c
new file mode 100644
index 0000000..0ca14d4
--- /dev/null
+++ b/guts/utimes.c
@@ -0,0 +1,10 @@
+/*
+ * static int
+ * wrap_utimes(const char *path, const struct timeval *times) {
+ * int rc = -1;
+ */
+ rc = real_utimes(path, times);
+
+/* return rc;
+ * }
+ */