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