diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-27 19:10:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-27 19:10:51 +0000 |
commit | c75d02f05653316b8dfccca404a1e33c49562877 (patch) | |
tree | a26d5d1ed39f840cc825a9b1fff995a14cbfb881 /nptl/ChangeLog | |
parent | 0d5420ec80397ae46f8c0a67d013feaef94220f3 (diff) | |
download | glibc-c75d02f05653316b8dfccca404a1e33c49562877.zip glibc-c75d02f05653316b8dfccca404a1e33c49562877.tar.gz glibc-c75d02f05653316b8dfccca404a1e33c49562877.tar.bz2 |
Update.
2003-03-27 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/timer_delete.c (timer_delete): Even if
timer_delete syscall fails, but not with ENOSYS, set
__no_posix_timers.
* sysdeps/unix/sysv/linux/timer_settime.c [!__ASSUME_POSIX_TIMERS]
(timer_settime): Fix typo.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 10407bf..5571d42 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,12 @@ +2003-03-27 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/timer_delete.c (timer_delete): Even if + timer_delete syscall fails, but not with ENOSYS, set + __no_posix_timers. + + * sysdeps/unix/sysv/linux/timer_settime.c [!__ASSUME_POSIX_TIMERS] + (timer_settime): Fix typo. + 2003-03-27 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Fix |