emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108587: Remove HAVE_SYSV_SIGPAUSE un


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108587: Remove HAVE_SYSV_SIGPAUSE unused remnants
Date: Tue, 12 Jun 2012 22:39:20 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108587
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2012-06-12 22:39:20 -0400
message:
  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.
modified:
  admin/CPP-DEFINES
  src/ChangeLog
  src/s/unixware.h
  src/s/usg5-4-common.h
=== modified file 'admin/CPP-DEFINES'
--- a/admin/CPP-DEFINES 2012-05-28 00:46:33 +0000
+++ b/admin/CPP-DEFINES 2012-06-13 02:39:20 +0000
@@ -156,7 +156,6 @@
 HAVE_STRFTIME
 HAVE_STRING_H
 HAVE_STRUCT_UTIMBUF
-HAVE_SYSV_SIGPAUSE
 HAVE_SYS_SELECT_H
 HAVE_SYS_SYSTEMINFO_H
 HAVE_SYS_TIMEB_H

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-06-13 02:32:49 +0000
+++ b/src/ChangeLog     2012-06-13 02:39:20 +0000
@@ -1,5 +1,8 @@
 2012-06-13  Glenn Morris  <address@hidden>
 
+       * 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  <address@hidden>

=== modified file 'src/s/unixware.h'
--- a/src/s/unixware.h  2012-04-14 06:18:49 +0000
+++ b/src/s/unixware.h  2012-06-13 02:39:20 +0000
@@ -23,8 +23,6 @@
 /* #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

=== modified file 'src/s/usg5-4-common.h'
--- a/src/s/usg5-4-common.h     2012-06-12 17:43:09 +0000
+++ b/src/s/usg5-4-common.h     2012-06-13 02:39:20 +0000
@@ -31,9 +31,6 @@
 #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 <sys/filio.h>.  Get <sys/ttold.h> to get struct tchars.
    But get <termio.h> first to make sure ttold.h doesn't interfere.  */
 #include <sys/wait.h>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]