This is the mail archive of the cygwin@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: ualarm() does not conform to


On Mon, Dec 10, 2001 at 12:51:14PM -0000, Billinghurst, David (CRTS) wrote:
> Cygwin has recently acquired the ualarm function.  The function is declared
> in <sys/unistd.h> as
>  
> useconds_t _EXFUN(ualarm, (useconds_t __useconds));
> 
> This doesn't match the The Single UNIX Specification Version 2 at
> http://www.opengroup.org/onlinepubs/007908799/xsh/ualarm.html, which wants
> 
> useconds_t ualarm(useconds_t useconds, useconds_t interval);

The latest newlib contains the correct definition.  It has been
corrected by John Peacock 4 days ago.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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