Sign in
◑
Theme
mojo
/
mojo-tools
/
db06898a53770ff272c75ba012a757597fc0e2c5
/
.
/
fusl
/
src
/
thread
/
pthread_condattr_init.c
blob: 1375a16bc7323165cf9a5968dafa88139b7e6d5b [
file
]
#include
"pthread_impl.h"
int
pthread_condattr_init
(
pthread_condattr_t
*
a
)
{
*
a
=
(
pthread_condattr_t
){
0
};
return
0
;
}