linux/clock_settime: remove unnecessary vDSO definitions
commitd8aaf74be9d16990085c66b1f85f59e1aec65df4
authorChris Metcalf <cmetcalf@ezchip.com>
Fri, 26 Dec 2014 21:34:02 +0000 (26 16:34 -0500)
committerChris Metcalf <cmetcalf@ezchip.com>
Fri, 26 Dec 2014 21:34:02 +0000 (26 16:34 -0500)
treeff353db87b5739343da643d2502b0b632c8048e7
parent5d24aa6056c7e70dc96948c6c6c84ed4a523ec65
linux/clock_settime: remove unnecessary vDSO definitions

These definitions were added back before __ASSUME_POSIX_CPU_TIMERS
was removed.  There used to be a vsyscall to clock_getres() in
maybe_syscall_settime_cpu(), but that function was removed in commit
26889eac.  The presence of the vsyscall definitions means that platforms
that don't provide clock_getres as a vsyscall hit a symbol redefinition
warning in this file, becoming fatal with -Werror.  Removing the
vsyscall definitions is the obvious fix.

No change to generated code on x86_64.
ChangeLog
sysdeps/unix/sysv/linux/clock_settime.c