diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-05 16:11:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-05 16:11:51 +0000 |
commit | 2c03b6db26c016d83bcc9a6fa2298f67462fa735 (patch) | |
tree | 2bd563c81beb6ba9fc880aecc5588a81c314dcde /nptl/ChangeLog | |
parent | 695c43708f8778c09915b297c95e48d66c814d0d (diff) | |
download | glibc-2c03b6db26c016d83bcc9a6fa2298f67462fa735.tar.gz glibc-2c03b6db26c016d83bcc9a6fa2298f67462fa735.tar.xz glibc-2c03b6db26c016d83bcc9a6fa2298f67462fa735.zip |
Update.
2004-10-05 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Include dl-sysdep.h. * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 6e0cdc6d63..62d476296e 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,12 @@ 2004-10-05 Jakub Jelinek <jakub@redhat.com> + * sysdeps/pthread/timer_create.c (timer_create): Use + defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0 instead of + defined CLOCK_PROCESS_CPUTIME_ID #ifs and similarly for + THREAD_CPUTIME. + +2004-10-05 Jakub Jelinek <jakub@redhat.com> + * sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h (_POSIX_CPUTIME, _POSIX_THREAD_CPUTIME): Define to 0. |