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, 0 insertions, 2 deletions
diff --git a/src/process.h b/src/process.h
index 0c4e17e68cf..9455df18beb 100644
--- a/src/process.h
+++ b/src/process.h
@@ -217,8 +217,6 @@ extern void add_read_fd (int fd, fd_callback func, void *data);
217extern void delete_read_fd (int fd); 217extern void delete_read_fd (int fd);
218extern void add_write_fd (int fd, fd_callback func, void *data); 218extern void add_write_fd (int fd, fd_callback func, void *data);
219extern void delete_write_fd (int fd); 219extern void delete_write_fd (int fd);
220#ifdef NS_IMPL_GNUSTEP
221extern void catch_child_signal (void); 220extern void catch_child_signal (void);
222#endif
223 221
224INLINE_HEADER_END 222INLINE_HEADER_END