Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
233 B

  1. /* $OpenBSD: poll.h,v 1.1 1996/05/18 08:53:07 deraadt Exp $ */
  2. /*
  3. * Typical poll() implimentations expect poll.h to be in /usr/include.
  4. * However this is not a convenient place for the real definitions.
  5. */
  6. #include <sys/poll.h>