1 2 3 4 5 6 7
#include <errno.h> #include "pthread_impl.h" int __clone(int (*func)(void *), void *stack, int flags, void *arg, ...) { return -ENOSYS; }