update for HEAD-2003091401
[reactos.git] / lib / crtdll / io / commit.c
index 90b243b..2cbe4b9 100644 (file)
@@ -4,6 +4,9 @@
 #include <msvcrt/internal/file.h>
 
 
+/*
+ * @implemented
+ */
 int _commit(int _fd)
 {
        if (! FlushFileBuffers(_get_osfhandle(_fd)) ) {