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