diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-12-19 15:45:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-12-19 15:45:39 +0000 |
commit | 44901495168744c4344395893a0c44fdadcf3a7b (patch) | |
tree | a192b50f012a523f2ad9efe90df966ce4c111c94 /ChangeLog | |
parent | a12dcecc507ec5a2fc6b82bd1918357ac58b7da8 (diff) | |
download | glibc-44901495168744c4344395893a0c44fdadcf3a7b.tar.gz glibc-44901495168744c4344395893a0c44fdadcf3a7b.tar.xz glibc-44901495168744c4344395893a0c44fdadcf3a7b.zip |
* nss/getXXbyYY_r.c: Include atomic.h. cvs/fedora-glibc-20061219T1804
(INTERNAL (REENTRANT_NAME)): Write startp after start_fct, add atomic_write_barrier () in between.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bf4cf428b9..1f7597e719 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-12-19 Jakub Jelinek <jakub@redhat.com> + * nss/getXXbyYY_r.c: Include atomic.h. + (INTERNAL (REENTRANT_NAME)): Write startp after start_fct, + add atomic_write_barrier () in between. + * stdlib/Makefile (tests): Add tst-makecontext. * stdlib/tst-makecontext.c: New test. |