blob: f25ae47045c1b27fddf6891678541193d403696c [file] [log] [blame]
#include <errno.h>
#include "pthread_impl.h"
int __clone(int (*func)(void*), void* stack, int flags, void* arg, ...) {
return -ENOSYS;
}