2023-04-30 03:15:27 +02:00
|
|
|
/* $OpenBSD: poll.h,v 1.3 2003/10/29 16:41:13 deraadt Exp $ */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Written by Theo de Raadt, Public Domain
|
|
|
|
*
|
2023-04-30 21:16:28 +02:00
|
|
|
* Typical poll() implementations expect poll.h to be in /usr/include.
|
2023-04-30 03:15:27 +02:00
|
|
|
* However this is not a convenient place for the real definitions.
|
|
|
|
*/
|
|
|
|
#include <sys/poll.h>
|