Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
61eae03b448d9e3fd87254453469d16c48b6eca9
/
.
/
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
;
}