repo.or.cz
/
bitrig.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sync
[bitrig.git]
/
include
/
poll.h
blob
cea7b0453798f2e2245438fb2596808d903fb07c
1
/* $OpenBSD: poll.h,v 1.3 2003/10/29 16:41:13 deraadt Exp $ */
2
3
/*
4
* Written by Theo de Raadt, Public Domain
5
*
6
* Typical poll() implementations expect poll.h to be in /usr/include.
7
* However this is not a convenient place for the real definitions.
8
*/
9
#include <sys/poll.h>