diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-11-08 01:07:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-11-08 01:07:04 +0000 |
commit | f6ed654cabb55cc809bde696ad8357498af39757 (patch) | |
tree | 699d12220dc547380f544f9d7cf3996e60459d93 /nptl/ChangeLog | |
parent | f2a8406a4f5974230d33995105160a8bacbce500 (diff) | |
download | glibc-f6ed654cabb55cc809bde696ad8357498af39757.tar.gz glibc-f6ed654cabb55cc809bde696ad8357498af39757.tar.xz glibc-f6ed654cabb55cc809bde696ad8357498af39757.zip |
* sysdeps/x86_64/memset.S: Add sfence after movnti.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index c92e6abf45..bc4d43ce5b 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,11 @@ +2007-11-07 Ulrich Drepper <drepper@redhat.com> + + [BZ #5245] + * allocatestack.c (allocate_stack): Change ENOMEM error in case + mmap failed to EAGAIN. + * Makefile (tests): Add tst-basic7. + * tst-basic7.c: New file. + 2007-11-05 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/register-atfork.c (__register_atfork): |