This commit is contained in:
Christopher Faylor 2013-04-01 11:04:41 +00:00
parent 4ddb658e37
commit bbd4e05a4d
1 changed files with 5 additions and 0 deletions

View File

@ -63,3 +63,8 @@ Bug fixes:
- Fix "error while loading shared libraries:" message to properly
display the shared library name in more cases.
- Fix unreported problem of exec'ed and spawn'ed processes not
inheriting the signal mask of their "parents".
- Fix race in signal mask detection with new thread creation.