Sign in
◑
Theme
mojo
/
mojo-tools
/
db06898a53770ff272c75ba012a757597fc0e2c5
/
.
/
fusl
/
src
/
thread
/
clone.c
blob: f25ae47045c1b27fddf6891678541193d403696c [
file
]
#include
<errno.h>
#include
"pthread_impl.h"
int
__clone
(
int
(*
func
)(
void
*),
void
*
stack
,
int
flags
,
void
*
arg
,
...)
{
return
-
ENOSYS
;
}