summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-06 08:15:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-06 08:15:32 +0000
commitb317c391554598b93ee7f2179df164ccb2cdac1a (patch)
tree6afebfd78dc17f1f408562b9f4315b9c8e46dc56 /cpukit/ChangeLog
parent2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b317c391554598b93ee7f2179df164ccb2cdac1a.tar.bz2
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for envlock.h. Check for decls of __env_lock, __env_unlock.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index bd629b2afd..8d38deb652 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * configure.ac: Check for envlock.h.
+ Check for decls of __env_lock, __env_unlock.
+
+2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libcsupport/src/envlock.c: Rename define ENVLOCK_DEDIDCATED_MUTEX
into ENVLOCK_DEDICATED_MUTEX (Typo).