This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
Re: Misc. bits (3/5)
On Fri, Jun 10, 2005 at 04:48:28PM -0700, Richard Henderson wrote:
> On Fri, Jun 10, 2005 at 02:32:55AM -0400, Alfred M. Szmidt wrote:
> > #ifndef HANDLED_REALTIME
> > +#define HANDLE_REALTIME \
>
> No, there's simply a typo in the ifndef.
This is not a typo AFAIK. HANDLED_REALTIME means "do we handle it" and
HANDLE_REALTIME implements the behaviour. If the appropriate syscalls
are missing HANDLED_REALTIME and HANDLE_REALTIME are not defined.
This fallback is needed in that scenario.
c.
[1] http://sourceware.org/ml/libc-alpha/2005-05/msg00039.html
[2] http://sources.redhat.com/bugzilla/show_bug.cgi?id=966