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 3f86e5f3945..e7ee5f9adde 100644
--- a/src/process.h
+++ b/src/process.h
@@ -219,6 +219,8 @@ extern void add_read_fd (int fd, fd_callback func, void *data);
219extern void delete_read_fd (int fd); 219extern void delete_read_fd (int fd);
220extern void add_write_fd (int fd, fd_callback func, void *data); 220extern void add_write_fd (int fd, fd_callback func, void *data);
221extern void delete_write_fd (int fd); 221extern void delete_write_fd (int fd);
222#ifdef NS_IMPL_GNUSTEP
222extern void catch_child_signal (void); 223extern void catch_child_signal (void);
224#endif
223 225
224INLINE_HEADER_END 226INLINE_HEADER_END