update for HEAD-2003091401
[reactos.git] / lib / msvcrt / sys_stat / futime.c
index 399902c..ed3c37a 100644 (file)
@@ -7,6 +7,9 @@
 #include <msvcrt/internal/file.h>
 
 
+/*
+ * @implemented
+ */
 int _futime (int nHandle, struct _utimbuf *pTimes)
 {
   FILETIME  LastAccessTime;