|
|
|
|
|
by oguz-ismail2
151 days ago
|
|
> But it cannot be called directly from C No system call can, you need a wrapper like syscall() provided by glibc. glibc also provides a dedicated wrapper for the clone system call which properly sets up the return address for the child thread. No idea what you're angry about |
|