summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport/src/getrusage.c (follow)
AgeCommit message (Collapse)Author
2020-04-16Canonicalize config.h includeSebastian Huber
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2018-10-22Remove optional getrusage() declarationSebastian Huber
Declaration provided by Newlib since 2014. Update #3409.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2011-12-132011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* configure.ac: Check for getrusage.h decl. * libcsupport/src/getrusage.c: Apply HAVE_DECL_GETRUSAGE (Missing prototypes).
2010-07-062010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* libcsupport/src/getrusage.c: Formatting.
2008-11-122008-11-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* libcsupport/Makefile.am: Add getrusage(). * libcsupport/src/getrusage.c: New file.