fix the type of CLOCKS_PER_SEC to match new clock_t type
[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 }