diff options
| author | Geoff Voelker | 1998-04-17 05:07:51 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1998-04-17 05:07:51 +0000 |
| commit | ead2be985a6434e33488e1e60571a6c1c75be1b6 (patch) | |
| tree | e21caa9fbe72fc1e8da699d2ca3c1ac1153b6599 /src | |
| parent | f52eb3efc422eeaf36595b4c65653db95d5a5752 (diff) | |
| download | emacs-ead2be985a6434e33488e1e60571a6c1c75be1b6.tar.gz emacs-ead2be985a6434e33488e1e60571a6c1c75be1b6.zip | |
(FILE_SEND_SIGCHLD): New macro.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32.h | 14 |
1 files changed, 8 insertions, 6 deletions
| @@ -89,12 +89,14 @@ typedef struct | |||
| 89 | extern filedesc fd_info [ MAXDESC ]; | 89 | extern filedesc fd_info [ MAXDESC ]; |
| 90 | 90 | ||
| 91 | /* fd_info flag definitions */ | 91 | /* fd_info flag definitions */ |
| 92 | #define FILE_READ 0x0001 | 92 | #define FILE_READ 0x0001 |
| 93 | #define FILE_WRITE 0x0002 | 93 | #define FILE_WRITE 0x0002 |
| 94 | #define FILE_BINARY 0x0010 | 94 | #define FILE_BINARY 0x0010 |
| 95 | #define FILE_LAST_CR 0x0020 | 95 | #define FILE_LAST_CR 0x0020 |
| 96 | #define FILE_PIPE 0x0100 | 96 | #define FILE_AT_EOF 0x0040 |
| 97 | #define FILE_SOCKET 0x0200 | 97 | #define FILE_SEND_SIGCHLD 0x0080 |
| 98 | #define FILE_PIPE 0x0100 | ||
| 99 | #define FILE_SOCKET 0x0200 | ||
| 98 | 100 | ||
| 99 | extern child_process * new_child (void); | 101 | extern child_process * new_child (void); |
| 100 | extern void delete_child (child_process *cp); | 102 | extern void delete_child (child_process *cp); |