bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Realtime signals in glibc version 2.3.1


From: sfr
Subject: Re: Realtime signals in glibc version 2.3.1
Date: Mon, 28 Oct 2002 23:57:49 +1100 (EST)

From: Andreas Jaeger <address@hidden>
> 
> Stephen Rothwell <address@hidden> writes:
> 
> > The following program used to print 32 and 63 on ia32 Linux with
> > glibc version 2.2.5 (unless linked with -lpthread when 35 and 63
> > were printed).  With version 2.3.1, -1 and -1 are printed.  This
> 
> You need to link against libpthread if you like to use librt,

I don't want ot use librt or libpthread, I just want to use the
kernel's ability to queue signals above SIGRTMIN.  This used
to work with no fuss.  Was this an arbitrary decision, or is there
some standard you are following here that we used to break?

> > Also, if <unistd.h> happens to be included, the _POSIX_REALTIME_SIGNALS
> > is defined, but SIGRTMIN remains -1 (unless linked against -lpthread).

My point here is that if you are trying to follow the relevant
Posix standard, then including <unistd.h> will give the programmer
the impression that realtime signals are supported, but SIGRTMIN
is stiil defined as -1 unless -lpthread is used ...

Cheers,
Stephen Rothwell




reply via email to

[Prev in Thread] Current Thread [Next in Thread]