Restartable system call behaviour

Peter Jeremy peterjeremy at optushome.com.au
Wed Feb 1 09:58:31 PST 2006


On Wed, 2006-Feb-01 11:44:08 +0000, Pete French wrote:
>I have a piece of coode which does some networking, in which I see read
>and write calls failing with 'Interrupted system call' from time to time.

You will get EINTR if the interrupt occurs before any data is read
or written.

-- 
Peter Jeremy


More information about the freebsd-stable mailing list