* cygwin.din (ppoll): Export.

* poll.cc (ppoll): Implement.
	* posix.sgml (std-gnu): Add ppoll.
	* include/cygwin/version.h: Bump API minor number.
	* include/sys/poll.h (ppoll): Declare.
This commit is contained in:
Corinna Vinschen
2011-04-18 12:00:05 +00:00
parent 0077cd1016
commit 20a0b8c8e6
6 changed files with 40 additions and 2 deletions

View File

@ -404,12 +404,13 @@ details. */
238: Export pthread_spin_destroy, pthread_spin_init, pthread_spin_lock,
pthread_spin_trylock, pthread_spin_unlock.
239: Export pthread_setschedprio.
240: Export ppoll.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 239
#define CYGWIN_VERSION_API_MINOR 240
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible