aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/usg5-4-common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/s/usg5-4-common.h b/src/s/usg5-4-common.h
index 3d3cea803dc..883d0b5dc21 100644
--- a/src/s/usg5-4-common.h
+++ b/src/s/usg5-4-common.h
@@ -46,11 +46,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
46#include <sys/termios.h> 46#include <sys/termios.h>
47#endif 47#endif
48 48
49/* Some SVr4s don't define NSIG in sys/signal.h for ANSI environments;
50 instead, there's a system variable _sys_nsig. Unfortunately, we need the
51 constant to dimension an array. So wire in the appropriate value here. */
52#define NSIG_MINIMUM 32
53
54/* It is possible to receive SIGCHLD when there are no children 49/* It is possible to receive SIGCHLD when there are no children
55 waiting, because a previous waitsys(2) cleaned up the carcass of child 50 waiting, because a previous waitsys(2) cleaned up the carcass of child
56 without clearing the SIGCHLD pending info. So, use a non-blocking 51 without clearing the SIGCHLD pending info. So, use a non-blocking