On 2/21/22 07:05, Lukasz Florczak wrote: > Up to this date signal() was used which implementation could vary [1]. > Sigaction() call is preferred. This commit introduces replacement > from signal() to sigaction() by the use of signal_s() wrapper. > Also remove redundant signal.h header includes. > > [1] https://man7.org/linux/man-pages/man2/signal.2.html > > Signed-off-by: Lukasz Florczak <lukasz.florczak@xxxxxxxxxxxxxxx> Applied! Thanks, Jes