1
1

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.
Этот коммит содержится в:
Shiqing Fan 2009-02-05 17:02:34 +00:00
родитель 08c35ca135
Коммит 8086bb1a1b

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

@ -194,6 +194,8 @@ typedef unsigned int uint;
#define SIGCHLD SIGILL
#define SIGKILL WM_QUIT
#define SIGCONT 18
#define SIGSTOP 19
#define SIGTSTP 20
/* Note:
* The two defines below are likely to break the orte_wait