Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0781e7ab
Commit
0781e7ab
authored
Oct 01, 2010
by
Dan Nicolaescu
Browse files
* src/callproc.c (SIGCHLD): Remove conditional definition, syssignal.h defines it.
parent
9bf58201
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
src/ChangeLog
src/ChangeLog
+2
-0
src/callproc.c
src/callproc.c
+0
-7
No files found.
src/ChangeLog
View file @
0781e7ab
2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
* 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.
...
...
src/callproc.c
View file @
0781e7ab
...
...
@@ -24,13 +24,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment