Check to see if already included.
authorGeoff Voelker <voelker@cs.washington.edu>
Fri, 3 May 1996 18:33:20 +0000 (18:33 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Fri, 3 May 1996 18:33:20 +0000 (18:33 +0000)
commitb3fa71dc1be5269620f1663fb7d5da5b1ce3ff31
treebcc6fc824bde255e36653a05c2f00f74d7b836fc
parent480b0c5b52b7c3abfd6dfbe096166235a290b35a
Check to see if already included.
(fd_set, filedesc): New structures.
(child_process, MAX_CHILDREN, CHILD_ACTIVE): Definitions moved
from ntproc.c.
(FD_SET, FD_CLR, FD_ISSET, FD_ZERO): Operate on fd_set structures.
(SELECT_TYPE): New macro.
New child process status enumeration.
(FILE_READ, FILE_WRITE, FILE_BINARY, FILE_PIPE, FILE_SOCKET):
New macros.
(fd_info, new_child, delete_child): Declared.
src/w32.h