summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 19:19:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 19:19:16 +0000
commitc4c540124a2de4fb6e5c7cdf658871a3c9ce52d3 (patch)
tree9253c571c2754139dd2d08d7bc69d1b3516a5d5e /cpukit/ChangeLog
parent2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-c4c540124a2de4fb6e5c7cdf658871a3c9ce52d3.tar.bz2
2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1306/cpukit * posix/inline/rtems/posix/priority.inl: Eliminate hard coded numbers in favor of existing macros.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index c7ca4d7fa4..25ad102034 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+ PR 1306/cpukit
+ * posix/inline/rtems/posix/priority.inl: Eliminate hard coded numbers
+ in favor of existing macros.
+
+2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* posix/Makefile.am: Add dummy vfork() implementation.
* posix/src/vfork.c: New file.