1
1

Define SIGPIPE for Windows, just for fixing the v1.4 Windows build.

cmr:v1.4.2:reviewer=jsquyres

This commit was SVN r22543.
Этот коммит содержится в:
Shiqing Fan 2010-02-03 18:49:22 +00:00
родитель 0009d10c4d
Коммит 7ad3d310b8

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

@ -198,6 +198,7 @@ typedef unsigned int uint;
*/
#define SIGCHLD SIGILL
#define SIGKILL WM_QUIT
#define SIGPIPE 13
#define SIGCONT 18
#define SIGSTOP 19
#define SIGTSTP 20