vere: add comment noting possible ctrl-z deadlock

This commit is contained in:
Joe Bryan 2020-11-03 12:00:54 -08:00
parent 0d617eefc9
commit 94da5c9102

View File

@ -633,6 +633,9 @@ u3_disk_exit(u3_disk* log_u)
// cancel write thread
//
// XX can deadlock when called from signal handler
// XX revise SIGTSTP handling
//
if ( c3y == log_u->ted_o ) {
c3_i sas_i;