diff options
author | 1996-05-18 08:53:07 +0000 | |
---|---|---|
committer | 1996-05-18 08:53:07 +0000 | |
commit | def0fdca14684753dfcf5932f90c11d82dd5c6da (patch) | |
tree | 8b984a162227222f84316118c59fbe3cb61ba5fe /include/poll.h | |
parent | allow "make includes" to work from here too (diff) | |
download | wireguard-openbsd-def0fdca14684753dfcf5932f90c11d82dd5c6da.tar.xz wireguard-openbsd-def0fdca14684753dfcf5932f90c11d82dd5c6da.zip |
poll() as a system call
Diffstat (limited to 'include/poll.h')
-rw-r--r-- | include/poll.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/poll.h b/include/poll.h new file mode 100644 index 00000000000..dfc7dc21aa2 --- /dev/null +++ b/include/poll.h @@ -0,0 +1,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> |