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