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