Re: What are the plans for SIGRTMIN and SIGRTMAX in include/asm*/signal.h

Ulrich Drepper (drepper@cygnus.com)
13 Mar 1998 16:38:19 -0800


David Dyck <dcd@TC.FLUKE.COM> writes:

> #include <signal.h>
> #include <stdio.h>
> int main() {
> printf("SIGRTMIN=%d\n", SIGRTMIN);
> printf("SIGRTMAX=%d\n", SIGRTMAX);
> }
>
>
> What are the authors intentions for these symbols?

libc5 and glibc 2.0 are simply not ready for this. Best would be if
these symbols wouldn't be visible from user-level at all. glibc 2.1
will provide the RT signal handling and own definitions of these
symbols (plus the reason why these are no constants).

-- Uli
---------------. drepper at gnu.org ,-. 1325 Chesapeake Terrace
Ulrich Drepper \ ,-------------------' \ Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com `------------------------

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu