forked from Imagelibrary/rtems
* libnetworking/poll.h: Replace with sys/poll.h wrapper. * libnetworking/sys/poll.h: New (Original FreeBSD file). * libnetworking/Makefile.am: Don't install opt_ipfw.h, opt_mrouting.h, opt_tcpdebug.h. Add sys/poll.h.
7 lines
81 B
C
7 lines
81 B
C
#ifndef _POLL_H_
|
|
#define _POLL_H_
|
|
|
|
#include <sys/poll.h>
|
|
|
|
#endif /* !_POLL_H_ */
|