poll.h 544 B

1234567891011121314151617181920212223242526272829
  1. /*++
  2. Copyright (c) 2015 Minoca Corp.
  3. This file is licensed under the terms of the GNU Lesser General Public
  4. License version 3. Alternative licensing terms are available. Contact
  5. info@minocacorp.com for details.
  6. Module Name:
  7. poll.h
  8. Abstract:
  9. This legacy header simply includes poll.h. New applications should include
  10. <poll.h>, rather than this header, <sys/poll.h>.
  11. Author:
  12. Evan Green 2-Apr-2015
  13. --*/
  14. //
  15. // ------------------------------------------------------------------- Includes
  16. //
  17. #include <poll.h>