Esempio n. 1
0
int fork(void)
{
    return smbw_fork();
}
Esempio n. 2
0
int fork(void)
{
        check_init("fork");
	return smbw_fork();
}