Hello, while fixing compiler warnings I discovered that all the _POSIX_signals_*() functions have different capitalizations compared to the other _POSIX_*() functions. The second patch fixes that issue. The first patch removes the compiler warnings. Cheers, Andreas