Andrew Lunn <[EMAIL PROTECTED]> writes: > > Hi Nick > > Thanks for the explanation. > > What i don't understand now is why only the fileio package uses these > functions. I would of expected at least the functions in the POSIX > package to also use these. > > What am i missing?
Many of the POSIX package calls are wrappers for straight kernel calls, or are otherwise immune to the effects of having a signal handler run. -- Nick Garnett eCos Kernel Architect http://www.ecoscentric.com The eCos and RedBoot experts >>>> Visit us at stand 230 at The Embedded Systems Show 2005 <<<< >>>> Oct 19-20 NEC, Birmingham, UK http://www.embedded.co.uk <<<< -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
