update for HEAD-2003091401
[reactos.git] / lib / msvcrt / io / dup2.c
index fc82505..1571b54 100644 (file)
@@ -1,6 +1,9 @@
 #include <msvcrt/io.h>
 #include <msvcrt/internal/file.h>
 
+/*
+ * @implemented
+ */
 int _dup2(int handle1, int handle2)
 {
   return __fileno_dup2(handle1, handle2);