From 82148bcbe0ef7ed8bdfac3d290397204a32f50fd Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sat, 18 May 1996 08:53:07 +0000 Subject: [PATCH] poll() as a system call --- src/include/poll.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/include/poll.h diff --git a/src/include/poll.h b/src/include/poll.h new file mode 100644 index 00000000..dfc7dc21 --- /dev/null +++ b/src/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