Sign in
mojo
/
mojo-tools
/
7d579155cc597aa3befcbfad66eef54bda06b57c
/
.
/
fusl
/
src
/
thread
/
pthread_barrierattr_destroy.c
blob: 04fc0fd55b9a10bbdf0672227930cff5ce3690a8 [
file
] [
log
] [
blame
]
#include
"pthread_impl.h"
int
pthread_barrierattr_destroy
(
pthread_barrierattr_t
*
a
)
{
return
0
;
}