]> code.delx.au - gnu-emacs/blobdiff - src/syswait.h
Fix bug ref
[gnu-emacs] / src / syswait.h
index 9d84876d4bee8a63eb18c8660580709a1c551c42..aa4c4bcf52757550e0cdfba64ecb96843c3ebe29 100644 (file)
@@ -51,4 +51,11 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #define WTERMSIG(status) ((status) & 0x7f)
 #endif
 
+/* Defined in process.c.  */
+extern void record_child_status_change (pid_t, int);
+
+/* Defined in sysdep.c.  */
+extern void wait_for_termination (pid_t);
+extern void interruptible_wait_for_termination (pid_t);
+
 #endif /* EMACS_SYSWAIT_H */