Re: [PATCH 2/8] UML - Define jmpbuf access constants

From: Ulrich Drepper
Date: Tue Feb 07 2006 - 12:35:25 EST


On 2/6/06, Jeff Dike <jdike@xxxxxxxxxxx> wrote:
> With newer libcs, the JB_* macros (which we shouldn't be using anyway,
> probably) go away.

I assume you have your own setjmp implementation and are not using the
libc version?

If you don't then there is a problem. There is a good reason why the
constants are removed: you couldn't use the values anyway. Your don't
have the information to "decrypt" them. If you just used the values
and implemented the function yourself, fine.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/