feat/support_fiber #2

Merged
tqcq merged 57 commits from feat/support_fiber into master 2024-06-21 10:33:52 +08:00
Showing only changes of commit 724a21e6e2 - Show all commits

View File

@ -62,6 +62,7 @@ endif()
set(_source_epilogue "#undef inline") set(_source_epilogue "#undef inline")
add_header_include(HAVE_SYS_TIME_H "sys/time.h") add_header_include(HAVE_SYS_TIME_H "sys/time.h")
add_header_include(HAVE_SYS_STAT_H "sys/stat.h")
check_c_source_compiles("${_source_epilogue} check_c_source_compiles("${_source_epilogue}
#include <time.h> #include <time.h>
int main(void) int main(void)