From 7b8a48e430dbbca60cf7d314f29001408c9b5a69 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 29 Jul 2012 23:32:04 -0700 Subject: [PATCH] * s/aix4-2.h (sigmask): No need to undefine it. (syssignal.h does that unconditionally) --- src/ChangeLog | 3 +++ src/s/aix4-2.h | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) 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 - -- 2.39.2