]> git.eshelyaron.com Git - emacs.git/commitdiff
* s/aix4-2.h (sigmask): No need to undefine it.
authorGlenn Morris <rgm@gnu.org>
Mon, 30 Jul 2012 06:32:04 +0000 (23:32 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 30 Jul 2012 06:32:04 +0000 (23:32 -0700)
(syssignal.h does that unconditionally)

src/ChangeLog
src/s/aix4-2.h

index 913c3bc865d5b8fc63aa2a9c6f3cb56941ebc3df..ac4aff4412bbdb29f08a22309ee049ddcb346e63 100644 (file)
@@ -1,5 +1,8 @@
 2012-07-30  Glenn Morris  <rgm@gnu.org>
 
+       * 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.
 
index 6c881a7fb8ccef58030b89fd6421066fb1f3b486..8a957e693eb20a2562deaa5329e30bf9a0d01283 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.  */
 
-/* Perry Smith <pedz@ddivt1.austin.ibm.com> says these are correct.  */
-#undef sigmask
-