1570af302Sopenharmony_ci#include <errno.h> 2570af302Sopenharmony_ci#include "pthread_impl.h" 3570af302Sopenharmony_ci 4570af302Sopenharmony_ciint __clone(int (*func)(void *), void *stack, int flags, void *arg, ...) 5570af302Sopenharmony_ci{ 6570af302Sopenharmony_ci return -ENOSYS; 7570af302Sopenharmony_ci} 8