about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-12-05 09:41:16 +0000
committerRoland McGrath <roland@gnu.org>2004-12-05 09:41:16 +0000
commitccba72090bf81b14123d28115ba05bcf521cfbc5 (patch)
tree265e215e7253e70f5198b5acaca8f006a17b9690
parent9bcddebdcf1413c4461f702a9e70fc7ce9c7c071 (diff)
downloadglibc-ccba72090bf81b14123d28115ba05bcf521cfbc5.tar.gz
glibc-ccba72090bf81b14123d28115ba05bcf521cfbc5.tar.xz
glibc-ccba72090bf81b14123d28115ba05bcf521cfbc5.zip
bogon
-rw-r--r--linuxthreads/ChangeLog5
-rw-r--r--nptl/ChangeLog4
2 files changed, 0 insertions, 9 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index d9cf6d7951..a6cb7eb9c8 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -11,11 +11,6 @@
 	These are now handled by generic magic from
 	libpthread-static-only-routines being set.
 
-2004-11-04  Roland McGrath  <roland@redhat.com>
-
-	* sysdeps/pthread/getcpuclockid.c (pthread_getcpuclockid)
-	[__NR_clock_getres]: Use kernel-supplied CPU clocks if available.
-
 2004-11-27  Ulrich Drepper  <drepper@redhat.com>
 
 	* sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_PRIORITIZED_IO,
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 4c914dbf74..f58709eff9 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -103,10 +103,6 @@
 	here, before calling clone.
 	* pthread_create.c (start_thread): Don't do it here.
 
-2004-11-04  Roland McGrath  <roland@redhat.com>
-
-	* sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: New file.
-
 2004-11-02  Jakub Jelinek  <jakub@redhat.com>
 
 	* sysdeps/unix/sysv/linux/smp.h: Include <errno.h>.