Mercurial > hg > xemacs-beta
comparison src/ntproc.c @ 274:ca9a9ec9c1c1 r21-0b35
Import from CVS: tag r21-0b35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:29:42 +0200 |
parents | c5d627a313b1 |
children | c42ec1d1cded |
comparison
equal
deleted
inserted
replaced
273:411aac7253ef | 274:ca9a9ec9c1c1 |
---|---|
30 #include <io.h> | 30 #include <io.h> |
31 #include <fcntl.h> | 31 #include <fcntl.h> |
32 #include <signal.h> | 32 #include <signal.h> |
33 | 33 |
34 /* must include CRT headers *before* config.h */ | 34 /* must include CRT headers *before* config.h */ |
35 #include "config.h" | 35 /* ### I don't believe it - martin */ |
36 #include <config.h> | |
36 #undef signal | 37 #undef signal |
37 #undef wait | 38 #undef wait |
38 #undef spawnve | 39 #undef spawnve |
39 #undef select | 40 #undef select |
40 #undef kill | 41 #undef kill |
1187 #ifdef FULL_DEBUG | 1188 #ifdef FULL_DEBUG |
1188 DebPrint (("select is raising SIGCHLD handler for pid %d\n", | 1189 DebPrint (("select is raising SIGCHLD handler for pid %d\n", |
1189 cp->pid)); | 1190 cp->pid)); |
1190 #endif | 1191 #endif |
1191 dead_child = cp; | 1192 dead_child = cp; |
1192 msw_raise (SIGCHLD); | 1193 /* msw_raise (SIGCHLD); -kkm: I will erase this file |
1194 slowly, line by line, character by character, | |
1195 I will press undo often, to prolong this. | |
1196 Even such a revenge will not be enough for it!!! */ | |
1193 dead_child = NULL; | 1197 dead_child = NULL; |
1194 } | 1198 } |
1195 } | 1199 } |
1196 else if (fdindex[active] == 0) | 1200 else if (fdindex[active] == 0) |
1197 { | 1201 { |