summaryrefslogtreecommitdiff
path: root/PACE/pace/win32/utime.inl
diff options
context:
space:
mode:
authorluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-26 17:27:57 +0000
committerluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-26 17:27:57 +0000
commit4da7a32787207c496ea290b9247877518c7323c8 (patch)
tree4a76abd7fc428be37f2b7a64424195b536e638e4 /PACE/pace/win32/utime.inl
parent2aa8563c10b28e615895376a8a4bd6b90684e119 (diff)
downloadATCD-4da7a32787207c496ea290b9247877518c7323c8.tar.gz
Mon Jun 26 12:24:36 2000 Luther J Baker <luther@cs.wustl.edu>
Diffstat (limited to 'PACE/pace/win32/utime.inl')
-rw-r--r--PACE/pace/win32/utime.inl22
1 files changed, 22 insertions, 0 deletions
diff --git a/PACE/pace/win32/utime.inl b/PACE/pace/win32/utime.inl
new file mode 100644
index 00000000000..8b4b4b88f6e
--- /dev/null
+++ b/PACE/pace/win32/utime.inl
@@ -0,0 +1,22 @@
+/* $Id$ -*- C -*-
+
+ * =============================================================================
+ *
+ * = LIBRARY
+ * pace
+ *
+ * = FILENAME
+ * pace/posix/utime.inl
+ *
+ * = AUTHOR
+ * Luther Baker
+ *
+ * ============================================================================= */
+
+PACE_INLINE
+int
+pace_utime (const char * path,
+ const struct utimbuf * times)
+{
+ return utime (path, times);
+}