aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-07-29 23:32:04 -0700
committerGlenn Morris2012-07-29 23:32:04 -0700
commit7b8a48e430dbbca60cf7d314f29001408c9b5a69 (patch)
tree5e540a138b655d5d650305abe527020b0c4d43dc
parentabc7ec54946e8fa39542ccb6f278b54bc86de11a (diff)
downloademacs-7b8a48e430dbbca60cf7d314f29001408c9b5a69.tar.gz
emacs-7b8a48e430dbbca60cf7d314f29001408c9b5a69.zip
* s/aix4-2.h (sigmask): No need to undefine it.
(syssignal.h does that unconditionally)
-rw-r--r--src/ChangeLog3
-rw-r--r--src/s/aix4-2.h3
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 @@
12012-07-30 Glenn Morris <rgm@gnu.org> 12012-07-30 Glenn Morris <rgm@gnu.org>
2 2
3 * s/aix4-2.h (sigmask): No need to undefine it, since syssignal.h
4 does that unconditionally.
5
3 * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h: 6 * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h:
4 Remove empty files. 7 Remove empty files.
5 8
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.
16You should have received a copy of the GNU General Public License 16You should have received a copy of the GNU General Public License
17along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 17along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
18 18
19/* Perry Smith <pedz@ddivt1.austin.ibm.com> says these are correct. */
20#undef sigmask
21