diff options
| author | Glenn Morris | 2012-06-12 22:39:20 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-06-12 22:39:20 -0400 |
| commit | c62ff70691c6c96c1138a485aab402e4f767bdc2 (patch) | |
| tree | f65e1684c86f380317c4dcc7368d6a671bf7cb6d /src | |
| parent | 1d3823c985843c4ace99dfeab1e6e0e9fd76e7d2 (diff) | |
| download | emacs-c62ff70691c6c96c1138a485aab402e4f767bdc2.tar.gz emacs-c62ff70691c6c96c1138a485aab402e4f767bdc2.zip | |
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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 | ||||
| -rw-r--r-- | src/s/unixware.h | 2 | ||||
| -rw-r--r-- | src/s/usg5-4-common.h | 3 |
3 files changed, 3 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 11bb23d7f16..32d0017d7ef 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-06-13 Glenn Morris <rgm@gnu.org> | 1 | 2012-06-13 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * s/usg5-4-common.h, src/s/unixware.h: | ||
| 4 | Remove define/undef of HAVE_SYSV_SIGPAUSE (not used since 2010-05-04). | ||
| 5 | |||
| 3 | * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04). | 6 | * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04). |
| 4 | 7 | ||
| 5 | 2012-06-13 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2012-06-13 Paul Eggert <eggert@cs.ucla.edu> |
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 <http://www.gnu.org/licenses/>. */ | |||
| 23 | /* #define HAVE_GETWD (appears to be buggy on SVR4.2) */ | 23 | /* #define HAVE_GETWD (appears to be buggy on SVR4.2) */ |
| 24 | #undef HAVE_GETWD | 24 | #undef HAVE_GETWD |
| 25 | 25 | ||
| 26 | #undef HAVE_SYSV_SIGPAUSE | ||
| 27 | |||
| 28 | /* This is the same definition as in usg5-4-common.h, but with sigblock/sigunblock | 26 | /* This is the same definition as in usg5-4-common.h, but with sigblock/sigunblock |
| 29 | rather than sighold/sigrelse, which appear to be BSD4.1 specific. | 27 | rather than sighold/sigrelse, which appear to be BSD4.1 specific. |
| 30 | It may also be appropriate for SVR4.x | 28 | 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 <http://www.gnu.org/licenses/>. */ | |||
| 31 | #define _setjmp setjmp | 31 | #define _setjmp setjmp |
| 32 | #define _longjmp longjmp | 32 | #define _longjmp longjmp |
| 33 | 33 | ||
| 34 | /* The docs for system V/386 suggest v.3 has sigpause, so let's try it. */ | ||
| 35 | #define HAVE_SYSV_SIGPAUSE | ||
| 36 | |||
| 37 | /* Get FIONREAD from <sys/filio.h>. Get <sys/ttold.h> to get struct tchars. | 34 | /* Get FIONREAD from <sys/filio.h>. Get <sys/ttold.h> to get struct tchars. |
| 38 | But get <termio.h> first to make sure ttold.h doesn't interfere. */ | 35 | But get <termio.h> first to make sure ttold.h doesn't interfere. */ |
| 39 | #include <sys/wait.h> | 36 | #include <sys/wait.h> |