nanosleep() patch

Jason Tishler jason@tishler.net
Tue Jan 21 21:28:00 GMT 2003


On Tue, Jan 21, 2003 at 04:16:49PM -0500, Jason Tishler wrote:
> On Tue, Jan 21, 2003 at 01:05:25PM -0500, Christopher Faylor wrote:
> > I think usleep's implementation was incorrect, actually.
> 
> See attached for my next version which addresses the above too.

> 2003-01-21  Jason Tishler  <jason@tishler.net>
> 
>   * cygwin.din: Export nanosleep().
>   * signal.cc (nanosleep): New function.
>   (sleep): Move old functionality to nanosleep().  Call nanosleep().
>   (usleep): Remove old functionality.  Call nanosleep().
>   * include/cygwin/version.h: Bump DLL minor number.
                                     ^^^
                                     ***

Oops, typo.

See attached.

Thanks,
Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6
-------------- next part --------------
2003-01-21  Jason Tishler  <jason@tishler.net>

	* cygwin.din: Export nanosleep().
	* signal.cc (nanosleep): New function.
	(sleep): Move old functionality to nanosleep().  Call nanosleep().
	(usleep): Remove old functionality.  Call nanosleep().
	* include/cygwin/version.h: Bump API minor number.


More information about the Cygwin-patches mailing list