]> git.ipfire.org Git - thirdparty/man-pages.git/commit
signal.7: inotify(7) reads no longer show the odd EINTR error after SIGCONT
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 11 Dec 2014 08:18:12 +0000 (09:18 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 30 Dec 2014 15:05:03 +0000 (16:05 +0100)
commitb69167e19ec95c443ba99c6ca061387ccf5f6ddd
treeacf8dd0e2cd34bdc60b87eee9a5259c80c01b0b6
parentb2d757fa4c38766d6b2d88ff9649139d708570b1
signal.7: inotify(7) reads no longer show the odd EINTR error after SIGCONT

Since kernel 3.7, reads from inotify(7) file descriptors no longer
show the (Linux oddity) behavior of failing with EINTR when the
process resumes after a stop signal + SIGCONT.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/signal.7