Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
eaf4835c65fdf00fe627c800c476324635d974c7
/
.
/
llvm
/
runtime
/
GCCLibraries
/
libpthread
/
pthread.c
blob: cb5818ccc2fd7642c47edb313ff185684fa65350 [
file
] [
log
] [
blame
]
#include
<pthread.h>
int
pthread_once
(
pthread_once_t
*
control
,
void
(*
func
)
(
void
))
{
return
0
;
}