The man page for the kill function mentions - int kill(pid_t PID, int sig) It doesn\'t mention anything about the possible values of the sig argument.
int kill(pid_t PID, int sig)