John Malmberg - 2013-09-28
  • Description has changed:

Diff:

--- old
+++ new
@@ -64,4 +64,11 @@
 #ifndef S_TYPEISSEM
 #define S_TYPEISSEM(p) (0)
 #endif
+
+#ifndef UTIME_NOW
+#define UTIME_NOW (-1)
+#endif
+
+#ifndef UTIME_OMIT
+#define UTIME_OMIT (-2)
 ~~~~~