diff options
-rw-r--r-- | linuxthreads/ChangeLog | 5 | ||||
-rw-r--r-- | nptl/ChangeLog | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index d9cf6d7..a6cb7eb 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 4c914db..f58709e 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>. |