update for HEAD-2003091401
[reactos.git] / lib / msvcrt / sys_stat / fstat.c
index cb4035b..b6fd209 100644 (file)
@@ -17,6 +17,9 @@
 #include <msvcrt/internal/file.h>
 
 
+/*
+ * @implemented
+ */
 int _fstat(int fd, struct stat* statbuf)
 {
   BY_HANDLE_FILE_INFORMATION  FileInformation;