svn commit: r303530 - head/lib/libc/gen

Bruce Evans brde at optusnet.com.au
Sat Jul 30 04:15:15 UTC 2016


On Sat, 30 Jul 2016, Andrey A. Chernov wrote:

> Log:
>  Reset errno for readdirfunc() before contunue.

In C99, library functions are not permitted to set errno to 0.  The glob()
family shouldn't use a different (worse) convention, and POSIX doesn't
seem to have any special wording to allow different behaviour.

Bruce


More information about the svn-src-head mailing list