#include #include int kill(pid_t pid, int sig) { return syscall(kill, pid, sig); }