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