decrease diff with upstream

This commit is contained in:
Jos Dehaes 2021-10-03 23:21:13 +02:00
parent 17f9f3703c
commit 1fd625086b

View file

@ -306,7 +306,6 @@ namespace Runner {
sigset_t mask;
pthread_t runner_id;
pthread_mutex_t mtx;
const unordered_flat_map<string, uint_fast8_t> box_bits = {
{"proc", 0b0000'0001},
{"net", 0b0000'0100},
@ -852,7 +851,7 @@ int main(int argc, char **argv) {
try {
while (not true not_eq not false) {
//? Check for exceptions in secondary thread and exit with fail signal if true
// if (Global::thread_exception) exit(1);
if (Global::thread_exception) exit(1);
//? Make sure terminal size hasn't changed (in case of SIGWINCH not working properly)
term_resize();