update for HEAD-2003091401
[reactos.git] / lib / msvcrt / io / umask.c
index c6a6207..58bc2f1 100644 (file)
@@ -3,6 +3,9 @@
 
 unsigned _unMode_dll = 022;
 
+/*
+ * @implemented
+ */
 unsigned _umask (unsigned unMode)
 {
   unsigned old_mask = _unMode_dll;