emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101709: * src/callproc.c (SIGCHLD):


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101709: * src/callproc.c (SIGCHLD): Remove conditional definition, syssignal.h defines it.
Date: Fri, 01 Oct 2010 06:06:44 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101709
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Fri 2010-10-01 06:06:44 -0700
message:
  * src/callproc.c (SIGCHLD): Remove conditional definition, syssignal.h 
defines it.
modified:
  src/ChangeLog
  src/callproc.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-10-01 13:04:07 +0000
+++ b/src/ChangeLog     2010-10-01 13:06:44 +0000
@@ -1,5 +1,7 @@
 2010-10-01  Dan Nicolaescu  <address@hidden>
 
+       * callproc.c (SIGCHLD): Remove conditional definition, syssignal.h 
defines it.
+
        * process.c: Move #include <pty.h> earlier.
        (SIGCHLD): Remove conditional definition, syssignal.h defines it.
        (pty_name): Move definition later.

=== modified file 'src/callproc.c'
--- a/src/callproc.c    2010-09-24 13:32:25 +0000
+++ b/src/callproc.c    2010-10-01 13:06:44 +0000
@@ -24,13 +24,6 @@
 #include <errno.h>
 #include <stdio.h>
 #include <setjmp.h>
-
-/* Define SIGCHLD as an alias for SIGCLD.  */
-
-#if !defined (SIGCHLD) && defined (SIGCLD)
-#define SIGCHLD SIGCLD
-#endif /* SIGCLD */
-
 #include <sys/types.h>
 
 #ifdef HAVE_UNISTD_H


reply via email to

[Prev in Thread] Current Thread [Next in Thread]