This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib 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.


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