Linux fixes

This commit is contained in:
Nekotekina 2015-01-09 01:17:26 +03:00
parent 1d0f2c16e0
commit 056f93f3e4
7 changed files with 48 additions and 25 deletions

View file

@ -370,8 +370,8 @@ void signal_handler(int sig, siginfo_t* info, void* uct)
}
}
// else some fatal error (not sure what will happen)
//exit(EXIT_FAILURE);
// else some fatal error
exit(EXIT_FAILURE);
}
const int sigaction_result = []() -> int