source: rtems/cpukit/libnetworking/poll.h @ 5112ff5a

4.104.114.84.95
Last change on this file since 5112ff5a was 2c9df30, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/02/04 at 01:15:37

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • 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.
  • Property mode set to 100644
File size: 81 bytes
Line 
1#ifndef _POLL_H_
2#define _POLL_H_
3
4#include <sys/poll.h>
5
6#endif /* !_POLL_H_ */
Note: See TracBrowser for help on using the repository browser.