This is the mail archive of the cygwin-patches@cygwin.com 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: nanosleep() patch


On Fri, Jan 24, 2003 at 05:06:27PM +0100, Corinna Vinschen wrote:
> I think adding a 
> 
> #if defined(__CYGWIN__) && !defined(_POSIX_TIMERS)
> int _EXFUN(nanosleep, (const struct timespec  *rqtp, struct timespec *rmtp));
> #endif
> 
> would be more adequate so far.
> 
> Adding all missing POSIX timer functions to Cygwin would be more
> satisfactory, though ;-)

I didn't add all the missing POSIX timer functions, but I did do the
following:

    http://sources.redhat.com/ml/newlib/2003/msg00056.html

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


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