branch update for HEAD-2003091401
[reactos.git] / lib / crtdll / sys_stat / systime.c
index d168a4f..1cee69f 100644 (file)
@@ -4,6 +4,9 @@
 
 int month[12] = { 31,28,31,30,31,30,31,31,30,31,30,31};
 
+/*
+ * @unimplemented
+ */
 unsigned int _getsystime(struct tm* tp)
 {
     SYSTEMTIME Time;
@@ -46,6 +49,9 @@ unsigned int _getsystime(struct tm* tp)
 }
 
 
+/*
+ * @implemented
+ */
 unsigned int _setsystime(struct tm* tp, unsigned int ms)
 {
     SYSTEMTIME Time;