1
1

Merge pull request #589 from hppritcha/topic/fix_gni_common_symbol

btl/ugni: silence common symbol squawk
Этот коммит содержится в:
Howard Pritchard 2015-05-16 12:38:56 -06:00
родитель 00dafb39f6 d9f080b0c7
Коммит 4d77897d70

Просмотреть файл

@ -23,7 +23,7 @@ static pthread_t mca_btl_ugni_progress_thread_id;
static volatile int stop_progress_thread = 0; static volatile int stop_progress_thread = 0;
unsigned int mca_btl_ugni_progress_thread_wakeups; unsigned int mca_btl_ugni_progress_thread_wakeups = 0;
static void *mca_btl_ugni_prog_thread_fn(void * data) static void *mca_btl_ugni_prog_thread_fn(void * data)
{ {