update for HEAD-2003091401
[reactos.git] / lib / msvcrt / io / sopen.c
index 7265f70..a28f374 100644 (file)
@@ -1,6 +1,9 @@
 #include <msvcrt/io.h>
 
 
+/*
+ * @implemented
+ */
 int _sopen(char *path, int access, int shflag, int mode)
 {
   return _open((path), (access)|(shflag), (mode));