This commit is contained in:
Michael Kerrisk 2008-08-20 19:45:18 +00:00
parent e66de7c02e
commit 1d0ab60002
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ This implementation remains vulnerable to the very race condition that
.BR pselect ()
was designed to prevent.
On systems that lack
.BR pselect ()
.BR pselect (),
reliable (and more portable) signal trapping can be achieved
using the self-pipe trick
(where a signal handler writes a byte to a pipe whose other end