summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-13 06:47:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-13 06:47:21 +0000
commit66496446db44ed793dff3a05a6a68f13d0815e41 (patch)
treee78172f626c2a6751f54b1566a9c6c5acdc294fd /cpukit/ChangeLog
parent2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-66496446db44ed793dff3a05a6a68f13d0815e41.tar.bz2
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for getrusage.h decl. * libcsupport/src/getrusage.c: Apply HAVE_DECL_GETRUSAGE (Missing prototypes).
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 63c179edb6..78ab1ca388 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Check for getrusage.h decl.
+ * libcsupport/src/getrusage.c:
+ Apply HAVE_DECL_GETRUSAGE (Missing prototypes).
+
2011-12-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
* score/src/wkstringduplicate.c: New file.