change underlying type of clock_t to be uniform and match ABI
[musl] / src / env / __libc_csu_init.c
1 #include "libc.h"
2
3 void __libc_csu_init(int argc, char **argv, char **envp)
4 {
5 }