summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-08-19 08:31:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-08-19 08:31:29 +0000
commitc1982c42d9942e8b7c02f5e1af9a3fc3ca8fea09 (patch)
treef2050b09701e5c3f792887292d3d3028e2072c89
parent2008-08-19 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c1982c42d9942e8b7c02f5e1af9a3fc3ca8fea09.tar.bz2
2008-08-19 Ralf Corsepius <ralf.corsepius@rtems.org>
* posix/inline/rtems/posix/barrier.inl, posix/inline/rtems/posix/cond.inl, posix/inline/rtems/posix/key.inl, posix/inline/rtems/posix/mqueue.inl, posix/inline/rtems/posix/mutex.inl, posix/inline/rtems/posix/priority.inl, posix/inline/rtems/posix/pthread.inl, posix/inline/rtems/posix/rwlock.inl, posix/inline/rtems/posix/semaphore.inl, posix/inline/rtems/posix/spinlock.inl, posix/inline/rtems/posix/timer.inl: Add header guard to force indirect inclusion.
Diffstat (limited to '')
-rw-r--r--cpukit/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f57760ed02..f715c3d099 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,17 @@
2008-08-19 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * posix/inline/rtems/posix/barrier.inl,
+ posix/inline/rtems/posix/cond.inl,
+ posix/inline/rtems/posix/key.inl,
+ posix/inline/rtems/posix/mqueue.inl,
+ posix/inline/rtems/posix/mutex.inl,
+ posix/inline/rtems/posix/priority.inl,
+ posix/inline/rtems/posix/pthread.inl,
+ posix/inline/rtems/posix/rwlock.inl,
+ posix/inline/rtems/posix/semaphore.inl,
+ posix/inline/rtems/posix/spinlock.inl,
+ posix/inline/rtems/posix/timer.inl:
+ Add header guard to force indirect inclusion.
* itron/inline/rtems/itron/eventflags.inl,
itron/inline/rtems/itron/fmempool.inl,
itron/inline/rtems/itron/intr.inl,