diff options
author | Roy Marples <roy@marples.name> | 2008-02-02 00:17:35 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-02-02 00:17:35 +0000 |
commit | ad045176238549c3267fff3e8c0014dd5e9ffbdf (patch) | |
tree | 8332746190f8e9fc47007090a3beac0a64d133c6 /TODO | |
parent | fef5d0af591c6c8a91f69bba5e62c99df1a732c9 (diff) |
Block signals to avoid fork /signal races.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |