diff options
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 82b3cccdc4..428e599200 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -5,6 +5,8 @@ 2005-04-27 Roland McGrath <roland@redhat.com> + * Makefile (tests): Remove tst-clock2. + * sysdeps/unix/sysv/linux/timer_create.c (timer_create): Handle CLOCK_PROCESS_CPUTIME_ID and CLOCK_PROCESS_THREAD_ID specially, translating to the kernel clockid_t for our own process/thread clock. |