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
2c41e781
Commit
2c41e781
authored
Jul 02, 2013
by
Jan Djärv
Browse files
* process.c (handle_child_signal): Call catch_child_signal if NS_IMPL_GNUSTEP.
parent
eaa610c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/process.c
src/process.c
+5
-0
No files found.
src/ChangeLog
View file @
2c41e781
2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
* process.c (handle_child_signal): Call catch_child_signal if
NS_IMPL_GNUSTEP.
2013-07-02 Paul Eggert <eggert@cs.ucla.edu>
Don't convert function pointers to void * and back.
...
...
src/process.c
View file @
2c41e781
...
...
@@ -6210,6 +6210,11 @@ handle_child_signal (int sig)
}
lib_child_handler (sig);
#ifdef NS_IMPL_GNUSTEP
/* NSTask in GNUStep sets its child handler each time it is called.
So we must re-set ours. */
catch_child_signal();
#endif
}
static void
...
...
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