summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-06-30 15:03:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-06-30 15:03:24 +0000
commit281e95f48b3a34bf0d2a69e5a4718f62959c5fd0 (patch)
tree85b09b5124b79733a9ae4c2e83a1c21575e7e3cb /cpukit/ChangeLog
parentRename __STRICT_ORDER_MUTEX__ to __RTEMS_STRICT_ORDER_MUTEX__. (diff)
downloadrtems-281e95f48b3a34bf0d2a69e5a4718f62959c5fd0.tar.bz2
2008-06-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac, rtems/src/semtranslatereturncode.c, score/include/rtems/score/coremutex.h, score/include/rtems/score/thread.h, score/inline/rtems/score/coremutex.inl, score/src/coremutex.c, score/src/coremutexsurrender.c, score/src/threadinitialize.c: Rename __STRICT_ORDER_MUTEX__ to __RTEMS_STRICT_ORDER_MUTEX__.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b400da0f52..d0dd34b554 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,15 @@
2008-06-30 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * configure.ac, rtems/src/semtranslatereturncode.c,
+ score/include/rtems/score/coremutex.h,
+ score/include/rtems/score/thread.h,
+ score/inline/rtems/score/coremutex.inl,
+ score/src/coremutex.c, score/src/coremutexsurrender.c,
+ score/src/threadinitialize.c:
+ Rename __STRICT_ORDER_MUTEX__ to __RTEMS_STRICT_ORDER_MUTEX__.
+
+2008-06-30 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* configure.ac: Add AM_CONDITIONAL(LIBGNAT).
* libgnat/Makefile.am: Use LIBGNAT.
* wrapup/Makefile.am: Use LIBGNAT.