mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-05 21:21:38 +00:00
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_ */
|