提交 1bfd6644 authored 作者: Anthony Minessale's avatar Anthony Minessale

disable clock_nanosleep by default

上级 f8d326de
...@@ -58,12 +58,7 @@ static int MONO = 1; ...@@ -58,12 +58,7 @@ static int MONO = 1;
static int MONO = 0; static int MONO = 0;
#endif #endif
#if defined(HAVE_CLOCK_NANOSLEEP)
static int NANO = 1;
#else
static int NANO = 0; static int NANO = 0;
#endif
static int OFFSET = 0; static int OFFSET = 0;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论