#include #undef errno extern int errno; int fork() { errno = EAGAIN; return -1; }