summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-09-15 09:42:56 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-09-15 09:42:56 +0000
commit103c421f5d3df56744bc03c56643c113cd8c2b6b (patch)
treeabea72428a84cde99a13f1763cc9818a5809cd39 /cpukit/ChangeLog
parentAdd __attribute__((unused)) to function arguments. (diff)
downloadrtems-103c421f5d3df56744bc03c56643c113cd8c2b6b.tar.bz2
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/fcntl.c, libcsupport/src/malloc_boundary.c, libcsupport/src/newlibc_reent.c, libcsupport/src/printk_plugin.c, libcsupport/src/stat.c, libcsupport/src/tcflow.c, libcsupport/src/tcflush.c, libcsupport/src/tcsendbreak.c, libcsupport/src/tcsetpgrp.c, libcsupport/src/unlink.c, libcsupport/src/unmount.c, libcsupport/src/write_r.c: Add __attribute__((unused)) to function arguments.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog24
1 files changed, 17 insertions, 7 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 29a7b6d6be..5709d9ff84 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,15 +1,25 @@
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libcsupport/src/fcntl.c, libcsupport/src/malloc_boundary.c,
+ libcsupport/src/newlibc_reent.c, libcsupport/src/printk_plugin.c,
+ libcsupport/src/stat.c, libcsupport/src/tcflow.c,
+ libcsupport/src/tcflush.c, libcsupport/src/tcsendbreak.c,
+ libcsupport/src/tcsetpgrp.c, libcsupport/src/unlink.c,
+ libcsupport/src/unmount.c, libcsupport/src/write_r.c:
+ Add __attribute__((unused)) to function arguments.
+
+2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libcsupport/src/__brk.c, libcsupport/src/__gettod.c,
libcsupport/src/__sbrk.c, libcsupport/src/__times.c,
libcsupport/src/_calloc_r.c, libcsupport/src/_free_r.c,
- libcsupport/src/_malloc_r.c, libcsupport/src/_realloc_r.c
- libcsupport/src/_rename_r.c, libcsupport/src/assocnamebad.c
- libcsupport/src/close.c, libcsupport/src/envlock.c
- libcsupport/src/fstat.c, libcsupport/src/getgroups.c
- libcsupport/src/getpid.c, libcsupport/src/isatty_r.c
- libcsupport/src/link.c, libcsupport/src/lseek.c
- libcsupport/src/open.c, libcsupport/src/read.c
+ libcsupport/src/_malloc_r.c, libcsupport/src/_realloc_r.c,
+ libcsupport/src/_rename_r.c, libcsupport/src/assocnamebad.c,
+ libcsupport/src/close.c, libcsupport/src/envlock.c,
+ libcsupport/src/fstat.c, libcsupport/src/getgroups.c,
+ libcsupport/src/getpid.c, libcsupport/src/isatty_r.c,
+ libcsupport/src/link.c, libcsupport/src/lseek.c,
+ libcsupport/src/open.c, libcsupport/src/read.c,
libcsupport/src/setpgid.c: Add __attribute__((unused)) to function
arguments.