aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorDan Nicolaescu2010-05-03 21:00:10 -0700
committerDan Nicolaescu2010-05-03 21:00:10 -0700
commitef03a4e61efa0003b1b6be961b58297ccfddc664 (patch)
tree9a644546e94468429dfac802c3f885cdfa886d08 /src/s/gnu-linux.h
parentede4834a2f3f657ff79a730b52605ad8d3ef533e (diff)
downloademacs-ef03a4e61efa0003b1b6be961b58297ccfddc664.tar.gz
emacs-ef03a4e61efa0003b1b6be961b58297ccfddc664.zip
Remove POSIX_SIGNALS.
* s/usg5-4.h (POSIX_SIGNALS): * s/netbsd.h (POSIX_SIGNALS): * s/msdos.h (POSIX_SIGNALS): * s/ms-w32.h (POSIX_SIGNALS): * s/hpux11.h (POSIX_SIGNALS): * s/gnu.h (POSIX_SIGNALS): * s/gnu-linux.h (POSIX_SIGNALS): * s/freebsd.h (POSIX_SIGNALS): * s/darwin.h (POSIX_SIGNALS): * s/cygwin.h (POSIX_SIGNALS): * s/aix4-2.h (POSIX_SIGNALS): Remove definition. * s/unixware.h: * s/sol2-6.h: Remove comments on POSIX_SIGNALS. * process.c (create_process): * syssignal.h: * sysdep.c (wait_for_termination, init_signals): * process.c (create_process): * msdos.c: POSIX_SIGNALS is always defined on all platforms, remove all code that assumes the contrary.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 73241f0c21f..218af42bac4 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -187,7 +187,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
187#define SYSV_SYSTEM_DIR /* use dirent.h */ 187#define SYSV_SYSTEM_DIR /* use dirent.h */
188 188
189#define POSIX /* affects getpagesize.h and systty.h */ 189#define POSIX /* affects getpagesize.h and systty.h */
190#define POSIX_SIGNALS
191 190
192#undef LIB_GCC 191#undef LIB_GCC
193#define LIB_GCC 192#define LIB_GCC