25 Oct
2009
25 Oct
'09
10:20 a.m.
On Sun, Oct 25, 2009 at 5:15 AM, Laszlo Papp <djszapi2@gmail.com> wrote:
opendir(path)) == (DIR *)-1 is maybe the result of miss understanding of the man page, if the opendir wasn't successful it gives back NULL instead of '(DIR *)-1'.
The ambiguity while cycle with EINTR condition was refactored for a do {} while () cycle to be easier to read/understand
And where is the explanation for the errno -> pm_errno change ?