diff options
| author | Joakim Verona | 2012-09-28 10:01:27 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-09-28 10:01:27 +0200 |
| commit | 5fcc7035c884b4419a1619551222b5f28ad9906f (patch) | |
| tree | 8b85fa0b18603b47383794afd2607a2edc97dd99 /src/syswait.h | |
| parent | be25526e5384268a6a834e701a194626ecc3ca53 (diff) | |
| parent | 5bc93c6718562a9819b4919b595281bf85689306 (diff) | |
| download | emacs-5fcc7035c884b4419a1619551222b5f28ad9906f.tar.gz emacs-5fcc7035c884b4419a1619551222b5f28ad9906f.zip | |
finally builds again
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 */ |