aboutsummaryrefslogtreecommitdiffstats
path: root/src/syswait.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/syswait.h')
-rw-r--r--src/syswait.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syswait.h b/src/syswait.h
index 846a975b241..055562ae48b 100644
--- a/src/syswait.h
+++ b/src/syswait.h
@@ -56,7 +56,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
56#endif 56#endif
57 57
58/* Defined in sysdep.c. */ 58/* Defined in sysdep.c. */
59extern void wait_for_termination (pid_t, int *, bool); 59extern bool wait_for_termination (pid_t, int *, bool);
60extern pid_t child_status_changed (pid_t, int *, int); 60extern pid_t child_status_changed (pid_t, int *, int);
61 61
62#endif /* EMACS_SYSWAIT_H */ 62#endif /* EMACS_SYSWAIT_H */