This is the mail archive of the
cygwin-patches@cygwin.com
mailing list for the Cygwin project.
Re: [PATCH] readdir (): Do not set 'errno' if end of dir is encountered
- From: Christopher Faylor <cgf at redhat dot com>
- To: cygwin-patches at cygwin dot com
- Date: Mon, 4 Aug 2003 23:05:14 -0400
- Subject: Re: [PATCH] readdir (): Do not set 'errno' if end of dir is encountered
- References: <15875.1060051753@www57.gmx.net>
- Reply-to: cygwin-patches at cygwin dot com
On Tue, Aug 05, 2003 at 04:49:13AM +0200, Pavel Tsekov wrote:
>2003-08-05 Pavel Tsekov <ptsekov@gmx.net>
>
> * fhandler_disk_file.cc (fhandler_cygdrive::readdir): Do not change
> 'errno' if end of directory condition is encountered as per SUSv2.
> * fhandler_proc.cc (fhandler_proc::readdir): Ditto.
> * fhandler_process (fhandler_process::readdir): Ditto.
> * fhandler_registry (fhandler_registry::readdir): Ditto.
Applied.
Thanks,
cgf