From c62ff70691c6c96c1138a485aab402e4f767bdc2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 12 Jun 2012 22:39:20 -0400 Subject: [PATCH] Remove HAVE_SYSV_SIGPAUSE unused remnants * src/s/usg5-4-common.h, src/s/unixware.h: Remove define/undef of HAVE_SYSV_SIGPAUSE (not used since 2010-05-04). * admin/CPP-DEFINES: Remove HAVE_SYSV_SIGPAUSE. --- admin/CPP-DEFINES | 1 - src/ChangeLog | 3 +++ src/s/unixware.h | 2 -- src/s/usg5-4-common.h | 3 --- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 94bb94357b9..738ec0a91a0 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES @@ -156,7 +156,6 @@ HAVE_STRERROR HAVE_STRFTIME HAVE_STRING_H HAVE_STRUCT_UTIMBUF -HAVE_SYSV_SIGPAUSE HAVE_SYS_SELECT_H HAVE_SYS_SYSTEMINFO_H HAVE_SYS_TIMEB_H diff --git a/src/ChangeLog b/src/ChangeLog index 11bb23d7f16..32d0017d7ef 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2012-06-13 Glenn Morris + * s/usg5-4-common.h, src/s/unixware.h: + Remove define/undef of HAVE_SYSV_SIGPAUSE (not used since 2010-05-04). + * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04). 2012-06-13 Paul Eggert diff --git a/src/s/unixware.h b/src/s/unixware.h index 63c36ee40c2..18d24b28507 100644 --- a/src/s/unixware.h +++ b/src/s/unixware.h @@ -23,8 +23,6 @@ along with GNU Emacs. If not, see . */ /* #define HAVE_GETWD (appears to be buggy on SVR4.2) */ #undef HAVE_GETWD -#undef HAVE_SYSV_SIGPAUSE - /* This is the same definition as in usg5-4-common.h, but with sigblock/sigunblock rather than sighold/sigrelse, which appear to be BSD4.1 specific. It may also be appropriate for SVR4.x diff --git a/src/s/usg5-4-common.h b/src/s/usg5-4-common.h index 02c43814678..1502228c0d8 100644 --- a/src/s/usg5-4-common.h +++ b/src/s/usg5-4-common.h @@ -31,9 +31,6 @@ along with GNU Emacs. If not, see . */ #define _setjmp setjmp #define _longjmp longjmp -/* The docs for system V/386 suggest v.3 has sigpause, so let's try it. */ -#define HAVE_SYSV_SIGPAUSE - /* Get FIONREAD from . Get to get struct tchars. But get first to make sure ttold.h doesn't interfere. */ #include -- 2.39.5