blob: 896c8d0349bbec1687a910f238d73312c15ff817 (
plain)
1
2
3
4
5
6
7
|
/* $OpenBSD: poll.h,v 1.2 2000/03/15 03:56:48 todd Exp $ */
/*
* Typical poll() implementations expect poll.h to be in /usr/include.
* However this is not a convenient place for the real definitions.
*/
#include <sys/poll.h>
|