summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-01-02 10:04:37 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-01-02 10:04:37 +0000
commit2a2eded816d254813d2664b1c681a74cac09f80f (patch)
tree3db1ee3b0c5e9f270759d0e4899a131daa1ee952 /cpukit/ChangeLog
parentAdd __attribute__((unused)) to unused function args. (diff)
downloadrtems-2a2eded816d254813d2664b1c681a74cac09f80f.tar.bz2
2009-01-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/_execve.c, posix/src/aio_cancel.c, posix/src/aio_error.c, posix/src/aio_fsync.c, posix/src/aio_read.c, posix/src/aio_return.c, posix/src/aio_suspend.c, posix/src/aio_write.c, posix/src/alarm.c, posix/src/devctl.c, posix/src/lio_listio.c, posix/src/mprotect.c, posix/src/pbarrierwait.c, posix/src/psignal.c, posix/src/pthread.c, posix/src/pthreadatfork.c, posix/src/sched_getparam.c, posix/src/sched_getscheduler.c, posix/src/sched_setparam.c, posix/src/sched_setscheduler.c, posix/src/timertsr.c. posix/src/ualarm.c: Add __attribute__((unused)) to unused function args.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 84e16e338f..2272946419 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,19 @@
2009-01-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * posix/src/_execve.c, posix/src/aio_cancel.c,
+ posix/src/aio_error.c, posix/src/aio_fsync.c,
+ posix/src/aio_read.c, posix/src/aio_return.c,
+ posix/src/aio_suspend.c, posix/src/aio_write.c, posix/src/alarm.c,
+ posix/src/devctl.c, posix/src/lio_listio.c, posix/src/mprotect.c,
+ posix/src/pbarrierwait.c, posix/src/psignal.c, posix/src/pthread.c,
+ posix/src/pthreadatfork.c, posix/src/sched_getparam.c,
+ posix/src/sched_getscheduler.c, posix/src/sched_setparam.c,
+ posix/src/sched_setscheduler.c, posix/src/timertsr.c.
+ posix/src/ualarm.c: Add __attribute__((unused)) to unused function
+ args.
+
+2009-01-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* posix/include/aio.h, posix/src/aio_suspend.c: Make aio_suspend()
POSIX-compliant.