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-arch" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html