[BACK]Return to poll.h CVS log [TXT][DIR] Up to [local] / src / include

Annotation of src/include/poll.h, Revision 1.1

1.1     ! deraadt     1: /*     $OpenBSD$ */
        !             2:
        !             3: /*
        !             4:  * Typical poll() implimentations expect poll.h to be in /usr/include.
        !             5:  * However this is not a convenient place for the real definitions.
        !             6:  */
        !             7: #include <sys/poll.h>