diff options
| author | Ulrich Drepper <drepper@redhat.com> | 2009-12-12 11:06:23 -0800 |
|---|---|---|
| committer | Ulrich Drepper <drepper@redhat.com> | 2009-12-12 11:06:23 -0800 |
| commit | 9554ebf2d4da22591e974d3cf2ed09a2b8dbdbd8 (patch) | |
| tree | f4cfc015f17f3eba95b96f80161a0f8b121ded86 /nptl/ChangeLog | |
| parent | 2de59be022b924ef3d21375aca50a10e971942f8 (diff) | |
| download | glibc-9554ebf2d4da22591e974d3cf2ed09a2b8dbdbd8.tar.xz glibc-9554ebf2d4da22591e974d3cf2ed09a2b8dbdbd8.zip | |
Invalid timeouts in i386 sem_timedwait.
We adjusted nwaiters even though this isn't necessary.
Diffstat (limited to 'nptl/ChangeLog')
| -rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 494b5904fb..3d9a60afc5 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2009-12-12 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S (sem_timedwait): + Don't update nwaiters after invalid timeout is recognized. + 2009-11-27 Thomas Schwinge <thomas@codesourcery.com> * sysdeps/unix/sysv/linux/sh/pt-initfini.c (_init): Don't call |
