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