Update TODO

This commit is contained in:
Søren Sandmann Pedersen
2005-09-29 02:16:31 +00:00
parent 0c0e514def
commit 1b21157a12
2 changed files with 25 additions and 11 deletions

View File

@ -54,6 +54,10 @@ lookup_signal_watch (int signo)
return NULL;
}
/* These two functions might be interrupted by a signal handler that is
* going to run lookup_signal_watch(). Assuming that pointer writes are
* atomic, the code below should be ok.
*/
static void
add_signal_watch (SignalWatch *watch)
{