提交 01e9e074 authored 作者: Michael Jerris's avatar Michael Jerris

fix for smartos

上级 e9a0a0ed
......@@ -275,7 +275,11 @@ typedef intptr_t switch_ssize_t;
#endif
#ifdef __sun
#define SWITCH_TIME_T_FMT SWITCH_SIZE_T_FMT
#else
#define SWITCH_TIME_T_FMT SWITCH_INT64_T_FMT
#endif
SWITCH_END_EXTERN_C
/* these includes must be outside the extern "C" block on windows or it will break compatibility with c++ modules*/
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论