forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 147
Closed
Description
linux/tools/lkl/lib/posix-host.c
Lines 27 to 28 in 1844b34
| /* TODO(pscollins): We don't support fork() for now, but maybe one day | |
| * we will? */ |
linux/arch/lkl/include/asm/syscalls.h
Lines 11 to 12 in 1844b34
| #define sys_clone sys_ni_syscall | |
| #define sys_vfork sys_ni_syscall |
Right now, the fork, vfork and clone syscalls are not implemented. Is it possible to add support for multiple processes?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels