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

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

1.3     ! deraadt     1: /*     $OpenBSD: poll.h,v 1.2 2000/03/15 03:56:48 todd Exp $ */
1.1       deraadt     2:
                      3: /*
1.3     ! deraadt     4:  * Written by Theo de Raadt, Public Domain
        !             5:  *
1.2       todd        6:  * Typical poll() implementations expect poll.h to be in /usr/include.
1.1       deraadt     7:  * However this is not a convenient place for the real definitions.
                      8:  */
                      9: #include <sys/poll.h>