X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fcrtdll%2Fsys_stat%2Ffstat.c;fp=lib%2Fcrtdll%2Fsys_stat%2Ffstat.c;h=3b661427936e8345d923aba4a444068779f1a4e6;hp=8ed4a8f4f94184194eb9a8671322ed05a0c16b64;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/lib/crtdll/sys_stat/fstat.c b/lib/crtdll/sys_stat/fstat.c index 8ed4a8f..3b66142 100644 --- a/lib/crtdll/sys_stat/fstat.c +++ b/lib/crtdll/sys_stat/fstat.c @@ -17,6 +17,9 @@ #include +/* + * @implemented + */ int _fstat(int fd, struct stat* statbuf) { BY_HANDLE_FILE_INFORMATION FileInformation;