aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h
index cf1e0ea1d44..38994461029 100644
--- a/src/process.h
+++ b/src/process.h
@@ -220,7 +220,9 @@ extern void add_read_fd (int fd, fd_callback func, void *data);
220extern void delete_read_fd (int fd); 220extern void delete_read_fd (int fd);
221extern void add_write_fd (int fd, fd_callback func, void *data); 221extern void add_write_fd (int fd, fd_callback func, void *data);
222extern void delete_write_fd (int fd); 222extern void delete_write_fd (int fd);
223#ifdef NS_IMPL_GNUSTEP
223extern void catch_child_signal (void); 224extern void catch_child_signal (void);
225#endif
224 226
225extern void update_processes_for_thread_death (Lisp_Object); 227extern void update_processes_for_thread_death (Lisp_Object);
226 228