1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-04 23:35:36 -08:00
openbsd-src/include/poll.h

10 lines
279 B
C
Raw Permalink Normal View History

2003-10-29 08:41:13 -08:00
/* $OpenBSD: poll.h,v 1.3 2003/10/29 16:41:13 deraadt Exp $ */
1996-05-18 01:53:07 -07:00
/*
2003-10-29 08:41:13 -08:00
* Written by Theo de Raadt, Public Domain
*
2000-03-14 19:56:48 -08:00
* Typical poll() implementations expect poll.h to be in /usr/include.
1996-05-18 01:53:07 -07:00
* However this is not a convenient place for the real definitions.
*/
#include <sys/poll.h>