From a2eb5349cf675e8ee4217b4d0e192898a5db7ad3 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 14 Jun 2010 14:59:26 -0400 Subject: [PATCH] No longer use SA_NOCLDSTOP --HG-- branch : 1.7 --- compat.h | 1 - 1 file changed, 1 deletion(-) diff --git a/compat.h b/compat.h index 14e7c7dab..c01924d47 100644 --- a/compat.h +++ b/compat.h @@ -196,7 +196,6 @@ int isblank __P((int)); # define SA_ONSTACK SV_ONSTACK # define SA_RESTART SV_INTERRUPT /* opposite effect */ # define SA_RESETHAND SV_RESETHAND -# define SA_NOCLDSTOP SV_NOCLDSTOP # define sa_handler sv_handler # define sa_mask sv_mask # define sa_flags sv_flags -- 2.40.0