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