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