update for HEAD-2003091401
[reactos.git] / lib / msvcrt / process / procid.c
index a8616fb..ab5c2d8 100644 (file)
@@ -1,6 +1,9 @@
 #include <windows.h>
 #include <msvcrt/process.h>
 
+/*
+ * @implemented
+ */
 int _getpid (void)
 {
    return (int)GetCurrentProcessId();