DEBSOURCES
Skip Quicknav
sources / devscripts / 2.10.35lenny7 / scripts / libvfork.c
12345678
#include <sys/types.h> #include <unistd.h> #undef vfork pid_t vfork(void){ return fork(); }