summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-21 07:20:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-21 07:20:46 +0000
commitbf678a0861d94acff332cc320beb3a2fc9680004 (patch)
treee2fe8564984ffd1becaff061216c0a863a4c37df
parentNew header guards. (diff)
downloadrtems-bf678a0861d94acff332cc320beb3a2fc9680004.tar.bz2
2005-02-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* posix/include/aio.h, posix/include/devctl.h, posix/include/intr.h, posix/include/mqueue.h, posix/include/sched.h, posix/include/semaphore.h, posix/include/rtems/posix/cancel.h, posix/include/rtems/posix/cond.h, posix/include/rtems/posix/condmp.h, posix/include/rtems/posix/config.h, posix/include/rtems/posix/intr.h, posix/include/rtems/posix/key.h, posix/include/rtems/posix/mqueue.h, posix/include/rtems/posix/mqueuemp.h, posix/include/rtems/posix/mutex.h, posix/include/rtems/posix/mutexmp.h, posix/include/rtems/posix/posixapi.h, posix/include/rtems/posix/priority.h, posix/include/rtems/posix/psignal.h, posix/include/rtems/posix/pthread.h, posix/include/rtems/posix/pthreadmp.h, posix/include/rtems/posix/ptimer.h, posix/include/rtems/posix/semaphore.h, posix/include/rtems/posix/semaphoremp.h, posix/include/rtems/posix/threadsup.h, posix/include/rtems/posix/time.h, posix/include/rtems/posix/timer.h: New header guards.
-rw-r--r--cpukit/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ea21bc3959..d99f45d070 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,32 @@
2005-02-21 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * posix/include/aio.h, posix/include/devctl.h,
+ posix/include/intr.h, posix/include/mqueue.h,
+ posix/include/sched.h, posix/include/semaphore.h,
+ posix/include/rtems/posix/cancel.h,
+ posix/include/rtems/posix/cond.h,
+ posix/include/rtems/posix/condmp.h,
+ posix/include/rtems/posix/config.h,
+ posix/include/rtems/posix/intr.h,
+ posix/include/rtems/posix/key.h,
+ posix/include/rtems/posix/mqueue.h,
+ posix/include/rtems/posix/mqueuemp.h,
+ posix/include/rtems/posix/mutex.h,
+ posix/include/rtems/posix/mutexmp.h,
+ posix/include/rtems/posix/posixapi.h,
+ posix/include/rtems/posix/priority.h,
+ posix/include/rtems/posix/psignal.h,
+ posix/include/rtems/posix/pthread.h,
+ posix/include/rtems/posix/pthreadmp.h,
+ posix/include/rtems/posix/ptimer.h,
+ posix/include/rtems/posix/semaphore.h,
+ posix/include/rtems/posix/semaphoremp.h,
+ posix/include/rtems/posix/threadsup.h,
+ posix/include/rtems/posix/time.h,
+ posix/include/rtems/posix/timer.h: New header guards.
+
+2005-02-21 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* backward/asm.h, backward/chain.h, backward/clockdrv.h,
backward/confdefs.h, backward/console.h, backward/dosfs.h,
backward/ftpd.h, backward/imfs.h, backward/iosupp.h,