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