summaryrefslogtreecommitdiffstats
path: root/c/src/lib/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-14 19:02:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-14 19:02:06 +0000
commitbaf7133855d07a897c5337b5860b6e9c61482d2f (patch)
tree8fa971de8e3d73a4a7a88d950566354a573f48f4 /c/src/lib/ChangeLog
parent2002-05-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-baf7133855d07a897c5337b5860b6e9c61482d2f.tar.bz2
2001-05-14 Till Straumann <strauman@slac.stanford.edu>
* Per PR212, added envlock support for newlib. This is used by at least getenv()/putenv() to avoid race conditions. * libc/envlock.c: New file. * libc/Makefile.am: Modified to reflect above.
Diffstat (limited to '')
-rw-r--r--c/src/lib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog
index 320ee15b04..af966603b4 100644
--- a/c/src/lib/ChangeLog
+++ b/c/src/lib/ChangeLog
@@ -1,3 +1,10 @@
+2001-05-14 Till Straumann <strauman@slac.stanford.edu>
+
+ * Per PR212, added envlock support for newlib. This is used
+ by at least getenv()/putenv() to avoid race conditions.
+ * libc/envlock.c: New file.
+ * libc/Makefile.am: Modified to reflect above.
+
2002-05-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Remove.