From d557375d6132c12c1282173b8a2bebd093a51bae Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sun, 9 Feb 1997 03:36:08 +0000 Subject: [PATCH] Remove NO_{SIGPROCMASK,SETSID,WAITPID} from nextstep port, since they aren't doing anything anyway --- src/include/config.h.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/include/config.h.in b/src/include/config.h.in index 0c4553a8a8..839a6fb2cd 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -193,9 +193,6 @@ # define SIG_BLOCK 00 # define SIG_UNBLOCK 01 # define SIG_SETMASK 02 -# define NO_SIGACTION -# define NO_SETSID -# define NO_SIGPROCMASK # define NEED_SIG_JMP # endif -- 2.40.0