summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport/src/kill_noposix.c (follow)
AgeCommit message (Collapse)Author
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber
This order change fixes the Latex documentation build via Doxygen.
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
2019-11-05kill: Fix warningSebastian Huber
Include right header file for kill().
2015-05-21kill_noposix.c: Remove obsolete __kill()Joel Sherrill
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2012-12-08libcsupport: Doxygen Enhancement Task #3Mathew Kallada
http://www.google-melange.com/gci/task/view/google/gci2012/7992210
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.
2009-12-012009-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* libcsupport/Makefile.am: Split no_posix.c so using sleep() does not pull in kill() stubs. * libcsupport/src/kill_noposix.c, libcsupport/src/sleep_noposix.c: New files. * libcsupport/src/no_posix.c: Removed.