diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-10-06 16:48:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-10-06 16:48:17 +0000 |
commit | 17f8b4a95570df3e0d9a13eb134ca7aade70c710 (patch) | |
tree | 8bd6df7cea1872e79b862534cf6d0df9ca109473 /nptl | |
parent | af62b44029c208376086940976cc386c9921f086 (diff) | |
download | glibc-17f8b4a95570df3e0d9a13eb134ca7aade70c710.tar.gz glibc-17f8b4a95570df3e0d9a13eb134ca7aade70c710.tar.xz glibc-17f8b4a95570df3e0d9a13eb134ca7aade70c710.zip |
.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index b8833a2e84..24926cf40a 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2008-09-11 Martin Schwidefsky <schwidefsky@de.ibm.com> + + * sysdeps/unix/sysv/linux/fork.c (__libc_fork): Add memory barrier + to force runp->refcntr to be read from memory. + 2008-09-08 Richard Guenther <rguenther@suse.de> * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock, |