Files
rtems/cpukit/libnetworking/poll.h
Ralf Corsepius 2c9df304f5 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* 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.
2004-04-02 01:15:37 +00:00

7 lines
81 B
C

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