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