diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-01-28 01:00:37 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-01-28 01:00:37 +0000 |
commit | d5b6c234830aea678be63b262b2233f945209490 (patch) | |
tree | 3dd85c17f1095a1f41850d755fe94e49457159a6 /newlib/ChangeLog | |
parent | 01e0a777491a7d5bf48ea704df7bc0965d4e8883 (diff) | |
download | cygnal-d5b6c234830aea678be63b262b2233f945209490.tar.gz cygnal-d5b6c234830aea678be63b262b2233f945209490.tar.bz2 cygnal-d5b6c234830aea678be63b262b2233f945209490.zip |
2004-01-27 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdlib/atexit.c: Protect global atexit list with a
lock when newlib is multithreaded.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 4a52dee22..5757512f2 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2004-01-27 Jeff Johnston <jjohnstn@redhat.com> + + * libc/stdlib/atexit.c: Protect global atexit list with a + lock when newlib is multithreaded. + 2004-01-27 Artem B. Bityuckiy <abitytsky@softminecorp.com> * configure.in: Add support to generate iconv converter flags |