update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdio / filbuf.c
index 836f8b9..306c8bd 100644 (file)
@@ -13,6 +13,9 @@
 
 int _readcnv(int fn, void* buf, size_t siz);
 
+/*
+ * @implemented
+ */
 int _filbuf(FILE* f)
 {
   int size;
@@ -83,7 +86,7 @@ int _filbuf(FILE* f)
       f->_flag |= _IOERR;
     f->_cnt = 0;
 
-// should set errno 
+// FIXME should set errno 
 
     return EOF;
   }