2008-04-08 13:17:07 +04:00
|
|
|
/*
|
2010-11-04 00:46:47 +03:00
|
|
|
* Copyright 2008-2010 Haiku Inc. All Rights Reserved.
|
2008-04-08 13:17:07 +04:00
|
|
|
* Distributed under the terms of the MIT License.
|
|
|
|
*/
|
|
|
|
#ifndef _SYS_POLL_H
|
|
|
|
#define _SYS_POLL_H
|
|
|
|
|
|
|
|
|
|
|
|
#include <poll.h>
|
2008-05-11 01:30:34 +04:00
|
|
|
/* for compatibility with legacy applications */
|
2008-04-08 13:17:07 +04:00
|
|
|
|
|
|
|
|
|
|
|
#endif /* _SYS_POLL_H */
|