From: Roland McGrath Date: Mon, 5 Mar 2012 20:48:57 +0000 (-0800) Subject: Wrap too-long log entry. X-Git-Tag: glibc-2.16-tps~874 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7be16f8276dae977f14dedb154a6cf948c170d37;p=platform%2Fupstream%2Fglibc.git Wrap too-long log entry. --- diff --git a/ChangeLog b/ChangeLog index 8386f81..b884016 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,9 +11,9 @@ * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc): Replace gettimeofday with __vdso_gettimeofday. - * sysdeps/unix/sysv/linux/x86_64/init-first.c (_libc_vdso_platform_setup): - Replace clock_gettime and getcpu with __vdso_clock_gettime and - __vdso_getcpu. + * sysdeps/unix/sysv/linux/x86_64/init-first.c + (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with + __vdso_clock_gettime and __vdso_getcpu. * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace time with __vdso_time.