summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-06 13:39:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-06 13:39:12 +0000
commitee89b319e43d2c6ce19992932ee1551a89b1fb51 (patch)
tree3586cd02be83d7c19ca457da1415b9d753fad33c /cpukit/ChangeLog
parent2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-ee89b319e43d2c6ce19992932ee1551a89b1fb51.tar.bz2
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/flockfile.c, libcsupport/src/ftrylockfile.c, libcsupport/src/funlockfile.c: Add __attribute__((unused)) to unused function parameters.
Diffstat (limited to '')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 0d193e388e..7ac483abf2 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libcsupport/src/flockfile.c, libcsupport/src/ftrylockfile.c,
+ libcsupport/src/funlockfile.c:
+ Add __attribute__((unused)) to unused function parameters.
+
+2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libcsupport/src/envlock.c: Build conditionally.
* configure.ac: Check for envlock.h.
Check for decls of __env_lock, __env_unlock.