about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-08-13 00:46:30 +0000
committerUlrich Drepper <drepper@redhat.com>2007-08-13 00:46:30 +0000
commit4eb375fea3aac45e04a97885fc1b53c33ad7c837 (patch)
treedeae9b1ad801733f929c86b0f87ef0c984b5e350 /ChangeLog
parent3c87d79db7ae1f65294d088be7709140780b652c (diff)
downloadglibc-4eb375fea3aac45e04a97885fc1b53c33ad7c837.tar.gz
glibc-4eb375fea3aac45e04a97885fc1b53c33ad7c837.tar.xz
glibc-4eb375fea3aac45e04a97885fc1b53c33ad7c837.zip
* 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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55201ca127..cb5f6c67ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.