Example #1
0
int fork(void)
{
    return smbw_fork();
}
Example #2
0
int fork(void)
{
        check_init("fork");
	return smbw_fork();
}