mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
Found another place where forks should be investigated
This commit is contained in:
parent
71d68f1386
commit
41edea30d9
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue