aboutsummaryrefslogtreecommitdiffstats
path: root/src/syswait.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/syswait.h')
-rw-r--r--src/syswait.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/syswait.h b/src/syswait.h
index 9d84876d4be..aa4c4bcf527 100644
--- a/src/syswait.h
+++ b/src/syswait.h
@@ -51,4 +51,11 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
51#define WTERMSIG(status) ((status) & 0x7f) 51#define WTERMSIG(status) ((status) & 0x7f)
52#endif 52#endif
53 53
54/* Defined in process.c. */
55extern void record_child_status_change (pid_t, int);
56
57/* Defined in sysdep.c. */
58extern void wait_for_termination (pid_t);
59extern void interruptible_wait_for_termination (pid_t);
60
54#endif /* EMACS_SYSWAIT_H */ 61#endif /* EMACS_SYSWAIT_H */