Sign in
fuchsia
/
fuchsia
/
refs/heads/releases/dogfood
/
.
/
zircon
/
third_party
/
ulib
/
musl
/
pthread
/
pthread_mutexattr_destroy.c
blob: 373464f42f1078d9fe834486618dbdc0295f16ab [
file
] [
log
] [
blame
] [
edit
]
#include
"threads_impl.h"
int
pthread_mutexattr_destroy
(
pthread_mutexattr_t
*
a
)
{
return
0
;
}