You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@dsndata.com> on 1995/03/14 18:32:14 UTC

select() on HPSUX

HPSUX does not know about fd_set.....



 select(2)                                                         select(2)

 NAME
      select - synchronous I/O multiplexing

 SYNOPSIS
      #include <time.h>

      int select(
           size_t nfds,
           int *readfds,
           int *writefds,
           int *exceptfds,
           const struct timeval *timeout
      );