From: Glenn Morris Date: Mon, 30 Jul 2012 06:32:04 +0000 (-0700) Subject: * s/aix4-2.h (sigmask): No need to undefine it. X-Git-Tag: emacs-24.2.90~1001 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7b8a48e430dbbca60cf7d314f29001408c9b5a69;p=emacs.git * s/aix4-2.h (sigmask): No need to undefine it. (syssignal.h does that unconditionally) --- diff --git a/src/ChangeLog b/src/ChangeLog index 913c3bc865d..ac4aff4412b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2012-07-30 Glenn Morris + * s/aix4-2.h (sigmask): No need to undefine it, since syssignal.h + does that unconditionally. + * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h: Remove empty files. diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h index 6c881a7fb8c..8a957e693eb 100644 --- a/src/s/aix4-2.h +++ b/src/s/aix4-2.h @@ -16,6 +16,3 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . */ -/* Perry Smith says these are correct. */ -#undef sigmask -