#include int _fork() { errno = ENOSYS; return -1; }