Re: [PATCH 30/30] x32: Add x32 VDSO support

From: H. Peter Anvin
Date: Tue Feb 21 2012 - 12:51:31 EST


On 02/21/2012 08:52 AM, Andrew Lutomirski wrote:

What about non-glibc?

IMO non-glibc users should just call __vdso_clock_gettime, etc.
Currently, code like:

if (clock_gettime(whatever) == -1)
handle_the_error();

is correct when linked against glibc but incorrect when linked
directly against the vdso.


The issue is what uclibc, Bionic, etc. actually do.

-hpa

--
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/