SIGSTOP and SIGTSTP are not supported on Windows. But they have to be defined anyway, although they are not used for Windows.
This commit was SVN r20453.
Этот коммит содержится в:
родитель
08c35ca135
Коммит
8086bb1a1b
@ -194,6 +194,8 @@ typedef unsigned int uint;
|
|||||||
#define SIGCHLD SIGILL
|
#define SIGCHLD SIGILL
|
||||||
#define SIGKILL WM_QUIT
|
#define SIGKILL WM_QUIT
|
||||||
#define SIGCONT 18
|
#define SIGCONT 18
|
||||||
|
#define SIGSTOP 19
|
||||||
|
#define SIGTSTP 20
|
||||||
|
|
||||||
/* Note:
|
/* Note:
|
||||||
* The two defines below are likely to break the orte_wait
|
* The two defines below are likely to break the orte_wait
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user