diff options
author | Glenn Morris <rgm@gnu.org> | 2012-07-29 23:32:04 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-07-29 23:32:04 -0700 |
commit | 7b8a48e430dbbca60cf7d314f29001408c9b5a69 (patch) | |
tree | 5e540a138b655d5d650305abe527020b0c4d43dc /src/s | |
parent | abc7ec54946e8fa39542ccb6f278b54bc86de11a (diff) | |
download | emacs-7b8a48e430dbbca60cf7d314f29001408c9b5a69.tar.gz |
* s/aix4-2.h (sigmask): No need to undefine it.
(syssignal.h does that unconditionally)
Diffstat (limited to 'src/s')
-rw-r--r-- | src/s/aix4-2.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>. */ -/* Perry Smith <pedz@ddivt1.austin.ibm.com> says these are correct. */ -#undef sigmask - |