forked from Imagelibrary/rtems
The <poll.h> is a POSIX header file and just includes <sys/poll.h> which contains the real content.
7 lines
81 B
C
7 lines
81 B
C
#ifndef _POLL_H_
|
|
#define _POLL_H_
|
|
|
|
#include <sys/poll.h>
|
|
|
|
#endif /* !_POLL_H_ */
|