All of the examples I see in manpages and online suggests <unistd.h>.
CLion suggested the more c++ friendly <csignal>.
Looking into <csignal> on my g++ setup, I ended up in a rabbit hole and gave up in <c++config.h>.
If I want a c++ friendly/c++ adopted header. Which one should I use?