mirror of
https://git.kernel.org/pub/scm/libs/libcap/libcap.git
synced 2026-01-29 02:44:19 +00:00
kill(2) is declared in signal.h, however previously this header was not included. It happened to work on glibc, where sys/wait.h includes signal.h, this is however not required behavior in the POSIX standard: > Inclusion of the <sys/wait.h> header may also make visible all symbols > from <signal.h> and <sys/resource.h>. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>