浏览代码

- darwin link fix

Andrei Pelinescu-Onciul 17 年之前
父节点
当前提交
cd2fbac5d0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/cds/simple_profile.c

+ 1 - 1
lib/cds/simple_profile.c

@@ -13,7 +13,7 @@ typedef void (*_sig_t) (int);
 
 unsigned int tick_counter = 0;
 static struct sigaction old_sigprof_action;
-_sig_t old_sigx_action;
+static _sig_t old_sigx_action;
 static int initialized = 0;
 static trace_f trace_function = NULL;