/* connector for kill */ #include #include int kill (int pid, int sig) { return _kill_r (_REENT, pid, sig); }