From 3d7e508f7b3404a9fd10cc4000436c25e42aa6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 8 Apr 2008 09:17:07 +0000 Subject: [PATCH] Added sys/poll.h header by popular request (see ticket #2037). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24864 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/posix/sys/poll.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 headers/posix/sys/poll.h diff --git a/headers/posix/sys/poll.h b/headers/posix/sys/poll.h new file mode 100644 index 0000000000..353c3073d8 --- /dev/null +++ b/headers/posix/sys/poll.h @@ -0,0 +1,13 @@ +/* + * Copyright 2008, Haiku Inc. All Rights Reserved. + * Distributed under the terms of the MIT License. + */ +#ifndef _SYS_POLL_H +#define _SYS_POLL_H + + +#include + // for compatibility with legacy applications + + +#endif /* _SYS_POLL_H */