#include #include #include pid_t _Fork(void) { return syscall(clone, SIGCHLD, 0); }