Re: [AD] errno = EINTR troubles - any unix experts? |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> OTOH, I'm sure I remember somebody posting about this issue before, so
> maybe you could search the list archives for the users list and failing
> that bug someone like Peter who has kept many mails from this list :-)
I reported a similar problem (errno being set behind your back) on QNX some
months ago (see tests/filetest.c:289). The problem is that for_each_file()
aborts as soon as errno is set, which is probably the single broken design
decision of Allegro.
Elias, does commenting out lines 862-863 in src/file.c fix your problem ?
--
Eric Botcazou