* nsterm.m (openFiles): Fix previous checkin.
[bpt/emacs.git] / src / s / irix6-5.h
CommitLineData
3423be79
GM
1/* Definitions file for GNU Emacs running on Silicon Graphics Irix system 6.5.
2
acaf905b 3Copyright (C) 1999-2012 Free Software Foundation, Inc.
3423be79
GM
4
5This file is part of GNU Emacs.
6
4b158629 7GNU Emacs is free software: you can redistribute it and/or modify
3423be79 8it under the terms of the GNU General Public License as published by
4b158629
GM
9the Free Software Foundation, either version 3 of the License, or
10(at your option) any later version.
3423be79
GM
11
12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
4b158629 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
3423be79 19
1b231651 20#include "usg5-4-common.h"
9d2818d6 21
9d2818d6
DN
22#ifdef emacs
23char *_getpty();
24#endif
9d2818d6 25
41f9404e 26#undef SA_RESTART /* not the same as defining BROKEN_SA_RESTART */