diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-16 10:16:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-16 10:16:43 +0000 |
commit | b6e2f87a61dd5af7088aab32cd8377c55925354c (patch) | |
tree | 22709b176c3ea472461907452fd3033574ef74ef /nptl/ChangeLog | |
parent | 51d0678c29b8e49e838c85d0ee7e98210a105695 (diff) | |
download | glibc-b6e2f87a61dd5af7088aab32cd8377c55925354c.tar.gz glibc-b6e2f87a61dd5af7088aab32cd8377c55925354c.tar.xz glibc-b6e2f87a61dd5af7088aab32cd8377c55925354c.zip |
Update.
2003-03-16 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Define tv here, not at function level. * sysdeps/unix/clock_gettime.c (HANDLE_REALTIME): Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 9219b2753d..1bafd40f2b 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2003-03-16 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Work around red + zone versus inline asm stupidity. Use correct instructions. + * tst-rwlock6.c: Add some more status output. 2003-03-15 Roland McGrath <roland@redhat.com> |