aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorGlenn Morris2012-07-12 21:19:06 -0400
committerGlenn Morris2012-07-12 21:19:06 -0400
commit739ae01050106b1dda211c09f411b49a70b47c4e (patch)
tree371f89ebf46f02ce96f8c00b8512feb6592de39a /src/s
parentdbee57935d2ca614c6ec052f1f26a4c67bc7eaa8 (diff)
downloademacs-739ae01050106b1dda211c09f411b49a70b47c4e.tar.gz
emacs-739ae01050106b1dda211c09f411b49a70b47c4e.zip
Move NSIG_MINIMUM from src/s to configure
* configure.ac (NSIG_MINIMUM): Move here from src/s. * src/s/usg5-4-common.h (NSIG_MINIMUM): Let configure set it.
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