update for HEAD-2003091401
[reactos.git] / lib / crtdll / io / utime.c
index 27da039..593ca7e 100644 (file)
@@ -5,6 +5,9 @@
 #include <msvcrt/internal/file.h>
 
 
+/*
+ * @implemented
+ */
 int _utime(const char* filename, struct _utimbuf* buf)
 {
   int fn;