diff options
| author | Paul Eggert | 2014-06-01 16:17:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-06-01 16:17:56 -0700 |
| commit | 5c2b9423c56c2b7e3266d34be45cac359d2c3c26 (patch) | |
| tree | 9cbbfbd6e9b796e480f1e393f2cbf98683596715 /src/process.h | |
| parent | 89187af1bdef9f1f0e2960e4da5f2052c654aa24 (diff) | |
| download | emacs-5c2b9423c56c2b7e3266d34be45cac359d2c3c26.tar.gz emacs-5c2b9423c56c2b7e3266d34be45cac359d2c3c26.zip | |
Port signal-handling to DragonFly BSD.
* callproc.c, sysdep.c (block_child_signal, unblock_child_signal):
Move implementations from callproc.c to sysdep.c.
* process.h, syssignal.h (block_child_signal, unblock_child_signal):
Move declaratations from process.h to syssignal.h.
Fixes: debbugs:17646
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/process.h b/src/process.h index 842554bdef4..9181139226d 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -213,8 +213,6 @@ enum | |||
| 213 | 213 | ||
| 214 | /* Defined in callproc.c. */ | 214 | /* Defined in callproc.c. */ |
| 215 | 215 | ||
| 216 | extern void block_child_signal (sigset_t *); | ||
| 217 | extern void unblock_child_signal (sigset_t const *); | ||
| 218 | extern Lisp_Object encode_current_directory (void); | 216 | extern Lisp_Object encode_current_directory (void); |
| 219 | extern void record_kill_process (struct Lisp_Process *, Lisp_Object); | 217 | extern void record_kill_process (struct Lisp_Process *, Lisp_Object); |
| 220 | 218 | ||