diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-13 00:46:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-13 00:46:30 +0000 |
commit | 4eb375fea3aac45e04a97885fc1b53c33ad7c837 (patch) | |
tree | deae9b1ad801733f929c86b0f87ef0c984b5e350 /ChangeLog | |
parent | 3c87d79db7ae1f65294d088be7709140780b652c (diff) | |
download | glibc-4eb375fea3aac45e04a97885fc1b53c33ad7c837.zip glibc-4eb375fea3aac45e04a97885fc1b53c33ad7c837.tar.gz glibc-4eb375fea3aac45e04a97885fc1b53c33ad7c837.tar.bz2 |
* sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
Build fix for systems which might lack POSIX timer support.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2007-08-12 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu): + Build fix for systems which might lack POSIX timer support. + * sysdeps/unix/sysv/linux/x86_64/libc-start.c (_libc_vdso_platform_setup): Mangle function pointers before storing them. |