cloudwu / coroutine

A asymmetric coroutine library for C.
MIT License
2.44k stars 686 forks source link

mac ios 编译头文件作者导入错误 #6

Open CoderDuMeng opened 7 years ago

CoderDuMeng commented 7 years ago

define _XOPEN_SOURCE

if APPLE && MACH

include

else

include <sys/ucontext.h>

endif

在mac上 加上这个才能编译 运行成功