diff options
Diffstat (limited to 'doc/libstddjb/safewrappers.html')
-rw-r--r-- | doc/libstddjb/safewrappers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libstddjb/safewrappers.html b/doc/libstddjb/safewrappers.html index 37d2425..da8608b 100644 --- a/doc/libstddjb/safewrappers.html +++ b/doc/libstddjb/safewrappers.html @@ -70,7 +70,7 @@ signal is caught. And that means SA_RESTART should not be used. </p> <p> - Which means that other system calls performed when the signal handler has + Which also means that other system calls performed when the signal handler has been installed, for instance in the body of the loop, will <em>not</em> be protected, and can return -1 EINTR if a signal is caught at the wrong time. </p> |