update for HEAD-2003091401
[reactos.git] / lib / crtdll / process / thread.c
index 2a79a26..b7fc8a2 100644 (file)
@@ -7,6 +7,9 @@
 #include <msvcrt/internal/file.h>
 
 
+/*
+ * @implemented
+ */
 unsigned long _beginthread(
     void (*pfuncStart)(void*),
        unsigned unStackSize,
@@ -25,6 +28,9 @@ unsigned long _beginthread(
        return (unsigned long)hThread;
 }
 
+/*
+ * @unimplemented
+ */
 void   _endthread(void)
 {
        //fixme ExitThread