diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-13 18:47:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-13 18:47:42 +0000 |
commit | 9c6f6953fda96b49c8510a879304ea4222ea1781 (patch) | |
tree | c169827926668d35139d9d1bbe26db86c17f8e6d /ChangeLog | |
parent | f8de5057b9ded1d4ff41d8614530a83ba338c9e8 (diff) | |
download | glibc-9c6f6953fda96b49c8510a879304ea4222ea1781.tar.gz glibc-9c6f6953fda96b49c8510a879304ea4222ea1781.tar.xz glibc-9c6f6953fda96b49c8510a879304ea4222ea1781.zip |
* sysdeps/unix/sysv/linux/x86_64/libc-start.c
(_libc_vdso_platform_setup): If vDSO is not available point __vdso_gettimeofday to the vsyscall. * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use __vdso_gettimeofday instead of vsyscall.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e24ed94010..fa4e943b79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-08-13 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/x86_64/libc-start.c + (_libc_vdso_platform_setup): If vDSO is not available point + __vdso_gettimeofday to the vsyscall. + * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use + __vdso_gettimeofday instead of vsyscall. + 2007-08-13 Jakub Jelinek <jakub@redhat.com> * nscd/servicescache.c: Include kernel-features.h. |