1
1
This commit was SVN r26975.
Этот коммит содержится в:
Shiqing Fan 2012-08-08 16:44:00 +00:00
родитель 79e6b9c91d
Коммит e304c19920

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

@ -105,8 +105,8 @@ static bool signals_set=false;
static bool forcibly_die=false; static bool forcibly_die=false;
static opal_event_t term_handler; static opal_event_t term_handler;
static opal_event_t epipe_handler; static opal_event_t epipe_handler;
#ifndef __WINDOWS__
static int term_pipe[2]; static int term_pipe[2];
#ifndef __WINDOWS__
static opal_event_t sigusr1_handler; static opal_event_t sigusr1_handler;
static opal_event_t sigusr2_handler; static opal_event_t sigusr2_handler;
static opal_event_t sigtstp_handler; static opal_event_t sigtstp_handler;