diff options
| author | Tom Tromey | 2013-08-19 21:53:07 -0600 |
|---|---|---|
| committer | Tom Tromey | 2013-08-19 21:53:07 -0600 |
| commit | 6d75555c5cc3d2a629646cee7629e67530fa7a36 (patch) | |
| tree | 3852804dd234ad613ea8691332e10b92c027e87d /src/syswait.h | |
| parent | cc231cbe45d27a1906d268fb72d3b4105a2e9c65 (diff) | |
| parent | 8c2f38aaab7a7a2f0605416fc2ee38701e41ab61 (diff) | |
| download | emacs-6d75555c5cc3d2a629646cee7629e67530fa7a36.tar.gz emacs-6d75555c5cc3d2a629646cee7629e67530fa7a36.zip | |
merge from trunk
Diffstat (limited to 'src/syswait.h')
| -rw-r--r-- | src/syswait.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/syswait.h b/src/syswait.h index 03e5cb5fe2e..4ae9129d7ed 100644 --- a/src/syswait.h +++ b/src/syswait.h | |||
| @@ -52,9 +52,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 52 | #define WTERMSIG(status) ((status) & 0x7f) | 52 | #define WTERMSIG(status) ((status) & 0x7f) |
| 53 | #endif | 53 | #endif |
| 54 | 54 | ||
| 55 | /* Defined in process.c. */ | ||
| 56 | extern void record_deleted_pid (pid_t); | ||
| 57 | |||
| 58 | /* Defined in sysdep.c. */ | 55 | /* Defined in sysdep.c. */ |
| 59 | extern void wait_for_termination (pid_t, int *, bool); | 56 | extern void wait_for_termination (pid_t, int *, bool); |
| 60 | extern pid_t child_status_changed (pid_t, int *, int); | 57 | extern pid_t child_status_changed (pid_t, int *, int); |