# HG changeset patch # User Geoff Voelker # Date 892789671 0 # Node ID 8f5ea092125c48da294eb96148a7914a43752bff # Parent 60b840947a0913f9949e8a2e7cc5b3836d5152cf (FILE_SEND_SIGCHLD): New macro. diff -r 60b840947a09 -r 8f5ea092125c src/w32.h --- a/src/w32.h Fri Apr 17 05:07:15 1998 +0000 +++ b/src/w32.h Fri Apr 17 05:07:51 1998 +0000 @@ -89,12 +89,14 @@ extern filedesc fd_info [ MAXDESC ]; /* fd_info flag definitions */ -#define FILE_READ 0x0001 -#define FILE_WRITE 0x0002 -#define FILE_BINARY 0x0010 -#define FILE_LAST_CR 0x0020 -#define FILE_PIPE 0x0100 -#define FILE_SOCKET 0x0200 +#define FILE_READ 0x0001 +#define FILE_WRITE 0x0002 +#define FILE_BINARY 0x0010 +#define FILE_LAST_CR 0x0020 +#define FILE_AT_EOF 0x0040 +#define FILE_SEND_SIGCHLD 0x0080 +#define FILE_PIPE 0x0100 +#define FILE_SOCKET 0x0200 extern child_process * new_child (void); extern void delete_child (child_process *cp);