diff options
| author | Daniel Colascione | 2012-10-07 14:31:58 -0800 |
|---|---|---|
| committer | Daniel Colascione | 2012-10-07 14:31:58 -0800 |
| commit | 36a305a723c63fd345be65c536c52fe9765c14be (patch) | |
| tree | fb89d9e103552863214c60297a65320917109357 /src/syswait.h | |
| parent | 2ab329f3b5d52a39f0a45c3d9c129f1c19560142 (diff) | |
| parent | 795b1482a9e314cda32d62ac2988f573d359366e (diff) | |
| download | emacs-36a305a723c63fd345be65c536c52fe9765c14be.tar.gz emacs-36a305a723c63fd345be65c536c52fe9765c14be.zip | |
Merge from trunk
Diffstat (limited to 'src/syswait.h')
| -rw-r--r-- | src/syswait.h | 7 |
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. */ | ||
| 55 | extern void record_child_status_change (pid_t, int); | ||
| 56 | |||
| 57 | /* Defined in sysdep.c. */ | ||
| 58 | extern void wait_for_termination (pid_t); | ||
| 59 | extern void interruptible_wait_for_termination (pid_t); | ||
| 60 | |||
| 54 | #endif /* EMACS_SYSWAIT_H */ | 61 | #endif /* EMACS_SYSWAIT_H */ |