Added forgotten handling of non-writer-non-control threads

This commit is contained in:
Thomas Schmitt 2007-09-29 19:15:49 +00:00
parent 5d93e04b28
commit 97403bb20e
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.09.29.185007" #define Cdrskin_timestamP "2007.09.29.191558"

View File

@ -311,6 +311,9 @@ int burn_builtin_abort_handler(void *handle, int signum, int flag)
kill(abort_control_pid, signum); kill(abort_control_pid, signum);
} }
return -2; return -2;
} else {
usleep(1000000); /* calm down */
return -2;
} }
#else #else