Sign in
mojo
/
mojo-testing
/
32b469b2d747a647c3def601550f7807607bf387
/
.
/
fusl
/
src
/
thread
/
pthread_condattr_destroy.c
blob: 4efca98e49d5f70df36ff370b0bea14b961a82de [
file
]
#include
"pthread_impl.h"
int
pthread_condattr_destroy
(
pthread_condattr_t
*
a
)
{
return
0
;
}