#include #include pid_t vfork(void) { return fork(); } pid_t _vfork(void) { return fork(); } pid_t __vfork(void) { return fork(); }