On Sun, Jun 15, 2014 at 12:56 PM, H. Peter Anvin <h...@zytor.com> wrote:
> You can link against vdso.so if you want to; the kernel build provides an 
> option to install that image.  Doesn't mean that any particular libc uses it.

I'd be rather surprised if anyone does this, given the generally
spotty state of vdso.so installation and that there's no such thing as
an ELF import library.

Also, the vdso's clock_gettime isn't actually compatible with
glibc/POSIX -- the return value and errno handling don't match.

--Andy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to