diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-10 23:11:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-10 23:11:15 +0000 |
commit | 2a8a8a846166717fc5f30b7b8719cab0abb5889a (patch) | |
tree | 589bc43b226c2308b89aefecd53f0cfd7ab0d469 /nptl/ChangeLog | |
parent | a54e8d33d17f6197ac629ac86e3381643b802bec (diff) | |
download | glibc-2a8a8a846166717fc5f30b7b8719cab0abb5889a.tar glibc-2a8a8a846166717fc5f30b7b8719cab0abb5889a.tar.gz glibc-2a8a8a846166717fc5f30b7b8719cab0abb5889a.tar.bz2 glibc-2a8a8a846166717fc5f30b7b8719cab0abb5889a.zip |
Update.
2003-02-10 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/i386/pthread_once.S (clear_once_control): Fix
clearing of control variable.
* Makefile (tests): Add tst-once3.
* tst-once3.c: New file.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 51141e23c2..4fa5ba0e0e 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,10 @@ +2003-02-10 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/i386/pthread_once.S (clear_once_control): Fix + clearing of control variable. + * Makefile (tests): Add tst-once3. + * tst-once3.c: New file. + 2003-02-08 kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/sh/Makefile: New file. |