Chris Metcalf d8aaf74be9 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.
2014-12-26 16:34:02 -05:00
..
2014-11-24 15:03:45 +05:30
2014-11-24 11:41:48 +05:30
2014-11-14 11:06:08 -08:00
2014-11-24 11:41:48 +05:30
2014-11-24 11:41:48 +05:30
2014-05-14 09:46:54 +02:00
2014-11-24 15:03:45 +05:30
2014-11-19 12:16:00 +05:30