summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-08 14:19:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-08 14:19:45 +0000
commit89423b90d10a0b488c646e4f239c66160008c3dd (patch)
treea0776308b44c09e8339c66dbadb110c49299ef9b /cpukit/ChangeLog
parent2008-08-08 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-89423b90d10a0b488c646e4f239c66160008c3dd.tar.bz2
Fix joel mistake.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 7aaa1f2ac1..e8bf0390d7 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,7 +1,10 @@
-2008-08-04 Joel Sherrill <joel.sherrill@OARcorp.com>
+2008-08-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
- * posix/src/mqueuetimedreceive.c, posix/src/mqueuetimedsend.c: Fix
- warnings.
+ * libmisc/monitor/monitor.h, rtems/include/rtems/rtems/tasks.h,
+ score/include/rtems/score/thread.h, score/src/threadreset.c,
+ score/src/threadrestart.c, score/src/threadstart.c: New type
+ Thread_Entry_numeric_type for numeric arguments in thread entry
+ functions with at least one numeric argument.
2008-08-07 Joel Sherrill <joel.sherrill@OARcorp.com>