Add note about signals and subthreads.

This commit is contained in:
W. Eric Norum
2004-08-13 13:22:52 +00:00
parent bf9cd7241a
commit 3d42f8df29

View File

@@ -12,7 +12,8 @@
<h2 align="center">Changes since 3.14.6</h2>
<h4>POSIX signals</h4>
<p>Signals are blocked in all but the main thread.</p>
<p>Signals are blocked in all but the main thread. Applications/drivers
which require signal delivery to a subthread will need to be modified.</p>
<h4>errlog</h4>
<p>errlog now calls atexit and releases all resources when process exits.</p>