|
* compiler stores them in registers (r0-r7), they should be.
|
|
* compiler stores them in registers (r0-r7), they should be.
|
|
-int clone(int (*fn)(void *arg), void *child_stack, int flags, void *arg)
|
|
+int clone(int (*fn)(void *arg), void *child_stack, int flags, void *arg, ...)
|