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]

ualarm() does not conform to


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);


Too late to look at the source tonight.

--
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]