This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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: [PATCH] for POSIX timer code


> Date: Fri, 08 Mar 2002 09:10:50 -0800
> From: george anzinger <george@mvista.com>
> 
> I am searching both my copy of the standard and to see if I should
> get another, more comprehensive copy.

You can read the POSIX 1003.1-2001 spec online at:
http://www.UNIX-systems.org/version3/online.html

Registration is required, the terms are here:
http://www.opengroup.org/onlinepubs/terms.htm

I think the standard says that si_code should be SI_TIME for signals
generated by expiration of a timer set by timer_settime, and that
si_pid and si_uid are defined only if si_code <= 0.  But please read
it too, to confirm this.


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