update for HEAD-2003091401
[reactos.git] / lib / msvcrt / io / filelen.c
index c2fcb00..086c4dc 100644 (file)
@@ -2,6 +2,9 @@
 #include <msvcrt/io.h>
 
 
+/*
+ * @implemented
+ */
 long _filelength(int _fd)
 {
     return GetFileSize(_get_osfhandle(_fd), NULL);