diff options
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 2 |
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); | |||
| 220 | extern void delete_read_fd (int fd); | 220 | extern void delete_read_fd (int fd); |
| 221 | extern void add_write_fd (int fd, fd_callback func, void *data); | 221 | extern void add_write_fd (int fd, fd_callback func, void *data); |
| 222 | extern void delete_write_fd (int fd); | 222 | extern void delete_write_fd (int fd); |
| 223 | #ifdef NS_IMPL_GNUSTEP | ||
| 223 | extern void catch_child_signal (void); | 224 | extern void catch_child_signal (void); |
| 225 | #endif | ||
| 224 | 226 | ||
| 225 | extern void update_processes_for_thread_death (Lisp_Object); | 227 | extern void update_processes_for_thread_death (Lisp_Object); |
| 226 | 228 | ||