This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] clock_nanosleep(2), round two


On Aug  3 13:42, Yaakov (Cygwin/X) wrote:
> 	* cygwin.din (clock_nanosleep): Export.
> 	* posix.sgml (std-notimpl): Move clock_nanosleep from here...
> 	(std-susv4): ... to here.
> 	(std-notes): Note limitations of clock_nanosleep.
> 	* signal.cc (clock_nanosleep): Renamed from nanosleep, adding clock_id
> 	and flags arguments and changing return values throughout.
> 	Improve checks for illegal rqtp values.  Add support for
> 	CLOCK_MONOTONIC and TIMER_ABSTIME.
> 	(nanosleep): Rewrite in terms of clock_nanosleep.
> 	(sleep): Ditto.
> 	(usleep): Ditto.
> 	* thread.cc: Mark clock_nanosleep in list of cancellation points.
> 	* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.

Thumbs up.


Thank you,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]