Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
src/os/Process.cpp:105:9: error: use of undeclared identifier 'sigemptyset' 105 | sigemptyset(&set); | ^ src/os/Process.cpp:106:21: error: use of undeclared identifier 'SIG_SETMASK' 106 | sigprocmask(SIG_SETMASK, &set, NULL); | ^
- Loading branch information