From 7c844e30abf4729cc1cd058455f18fd4a8a7a5d5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 17 May 2002 18:03:34 +0000 Subject: 2001-05-17 Joel Sherrill * libc/envlock.c: Implemented code to let newlib's envlock share the libio open/close mutex. Since both should be lightly used, this should not lead to problems and saves resources. --- c/src/lib/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'c/src/lib/ChangeLog') diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog index 0369ab6575..45f8bbe252 100644 --- a/c/src/lib/ChangeLog +++ b/c/src/lib/ChangeLog @@ -1,3 +1,9 @@ +2001-05-17 Joel Sherrill + + * libc/envlock.c: Implemented code to let newlib's envlock share + the libio open/close mutex. Since both should be lightly used, + this should not lead to problems and saves resources. + 2002-05-15 Chris Johns * libc/newlibc.c: Per PR141, move the C library re-enterrant -- cgit v1.2.3