update for HEAD-2003091401
[reactos.git] / lib / crtdll / sys_stat / ftime.c
index 6b2dd6c..1d3234b 100644 (file)
@@ -23,7 +23,11 @@ Cambridge, MA 02139, USA.  */
 #include <msvcrt/internal/file.h>
 
 
-// crtdll has void return type instead of int
+/*
+ * crtdll has void return type instead of int
+ *
+ * @implemented
+ */
 void _ftime(struct timeb* timebuf)
 {
     int save = errno;