Annotation of coherent/d/PS2_KERNEL/include/sys/select.h, revision 1.1.1.1

1.1       root        1: typedef int fd_set;
                      2: 
                      3: #define FD_ZERO(fd)    (*fd = 0)
                      4: #define FD_SET(b,fd)   (*fd |= 1 << (b))
                      5: #define FD_ISSET(b,fd) (*fd & 1 << (b))
                      6: #define FD_SETSIZE 32

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.