coroutine icon indicating copy to clipboard operation
coroutine copied to clipboard

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

Open CoderDuMeng opened this issue 8 years ago • 0 comments

#define _XOPEN_SOURCE #if APPLE && MACH #include <ucontext.h> #else #include <sys/ucontext.h> #endif
在mac上 加上这个才能编译 运行成功

CoderDuMeng avatar Jun 12 '17 13:06 CoderDuMeng