mirror of
https://github.com/drasko/codezero.git
synced 2026-01-14 20:03:16 +01:00
Added the LICENSE file for GPL v3.
This commit is contained in:
@@ -99,7 +99,7 @@ int sys_fork(struct tcb *parent)
|
||||
return child->tid;
|
||||
}
|
||||
|
||||
int sys_clone(struct tcb *parent, void *child_stack, unsigned int flags)
|
||||
int do_clone(struct tcb *parent, void *child_stack, unsigned int flags)
|
||||
{
|
||||
struct task_ids ids;
|
||||
struct tcb *child;
|
||||
@@ -135,5 +135,9 @@ int sys_clone(struct tcb *parent, void *child_stack, unsigned int flags)
|
||||
}
|
||||
|
||||
|
||||
int sys_clone(struct tcb *parent, void *child_stack, unsigned int flags)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user