#include "config.h" #include <_ansi.h> #include <_syslist.h> #include int kill(int pid, int sig) { errno = ENOSYS; return -1; }