From 77c330ce3d71a76495cee444da11ee1d99733117 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 26 Jul 2010 22:03:18 +0000 Subject: 2010-07-26 Joel Sherrill * libcsupport/src/privateenv.c, libmisc/cpuuse/cpuusagereport.c, posix/Makefile.am, posix/include/rtems/posix/key.h, posix/src/keycreate.c, posix/src/keydelete.c, score/src/iterateoverthreads.c: Since removing ITRON, the loop over all APIs for tasks has a path that cannot be reached. Either modify the code or mark tests for NULL as RTEMS_DEBUG. * posix/src/keyfreememory.c: New file. --- cpukit/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 3dad140228..76e74dc978 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,13 @@ +2010-07-26 Joel Sherrill + + * libcsupport/src/privateenv.c, libmisc/cpuuse/cpuusagereport.c, + posix/Makefile.am, posix/include/rtems/posix/key.h, + posix/src/keycreate.c, posix/src/keydelete.c, + score/src/iterateoverthreads.c: Since removing ITRON, the loop over + all APIs for tasks has a path that cannot be reached. Either modify + the code or mark tests for NULL as RTEMS_DEBUG. + * posix/src/keyfreememory.c: New file. + 2010-07-26 Joel Sherrill * libfs/src/imfs/imfs_load_tar.c: Formatting. -- cgit v1.2.3