All sources say that the types sigaction , sigset_t are in signal.h This line is present at my very top:
#include <signal.h>
But the environment still does not see sigaction and sigset_t . Writes id is not defined. Is it because I have Windows OS? But pthread.h works. Can I do something here?