1
1

Add missing qualifiers to the global variable.

Этот коммит содержится в:
George Bosilca 2015-02-26 16:25:56 -05:00
родитель 855d422e62
Коммит 6777f3ac3c

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

@ -30,7 +30,7 @@ extern char *opal_signal_string;
extern char *opal_net_private_ipv4;
extern char *opal_set_max_sys_limits;
int opal_verbs_want_fork_support;
OPAL_DECLSPEC extern int opal_verbs_want_fork_support;
#if OPAL_ENABLE_TIMING
extern char *opal_timing_sync_file;