0
|
1 /* Synched up with: FSF 19.31. */
|
|
2
|
|
3 /* Handle Solaris 2.4. */
|
|
4
|
|
5 #include "sol2-3.h"
|
|
6
|
|
7 /* XEmacs addition: Raymond Toy says XEmacs completely misses SIGCHLD
|
|
8 when compiled with GCC 2.7.0 (but not, apparently, with SunPro C?),
|
|
9 X11R6, and Solaris 2.4.
|
|
10
|
|
11 Someone else submitted a simple test program that duplicates this
|
|
12 behavior, and says it has something to do with the fact that X11R6
|
|
13 links with the threads library. */
|
|
14
|
|
15 #ifdef THIS_IS_X11R6
|
|
16 #define BROKEN_SIGCHLD
|
|
17 #endif
|