Files
rtems/cpukit/include/poll.h
Sebastian Huber d9296d246c Move <poll.h> to set of default header files
The <poll.h> is a POSIX header file and just includes <sys/poll.h> which
contains the real content.
2018-09-10 10:38:44 +02:00

7 lines
81 B
C

#ifndef _POLL_H_
#define _POLL_H_
#include <sys/poll.h>
#endif /* !_POLL_H_ */