#include #ifdef _THREAD_SAFE int vfork(void) { return (fork()); } #endif