Found another place where forks should be investigated

This commit is contained in:
Gerard Wagener 2010-01-12 19:21:35 +01:00
parent 71d68f1386
commit 41edea30d9

View file

@ -14,7 +14,7 @@
#include "asm/uaccess.h"
#include "asm/unistd.h"
#include "internal.h"
//TODO Analyze this function
long sys_fork(void)
{
long ret;
@ -26,6 +26,7 @@ long sys_fork(void)
return ret;
}
//TODO analyze this function
long sys_vfork(void)
{
long ret;