Block signals to avoid fork /signal races.

This commit is contained in:
Roy Marples
2008-02-02 00:17:35 +00:00
parent fef5d0af59
commit ad04517623
7 changed files with 131 additions and 80 deletions

2
TODO
View File

@@ -1,3 +1,3 @@
- stop using signal() and convert everything to sigaction()
- ensure all forks block, restore and unblock signals. needs review
- add support somehow for optional translations