summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/funlockfile.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* Remove checks for flockfile(), etc. declarationsSebastian Huber2018-10-221-1/+1
| | | | | | Declarations provided by Newlib since 2002. Update #3409.
* basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber2015-10-261-1/+2
|
* libcsupport: Doxygen enhancement GCI task #6Alex Ivanov2012-12-111-1/+10
| | | | http://www.google-melange.com/gci/task/view/google/gci2012/7992212
* 2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-061-1/+1
| | | | | | * libcsupport/src/flockfile.c, libcsupport/src/ftrylockfile.c, libcsupport/src/funlockfile.c: Add __attribute__((unused)) to unused function parameters.
* 2010-05-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-011-0/+22
* libcsupport/Makefile.am: Add libcsupport/src/flockfile.c, libcsupport/src/ftrylockfile.c, libcsupport/src/funlockfile.c. * libcsupport/src/flockfile.c, libcsupport/src/ftrylockfile.c, libcsupport/src/funlockfile.c: New (stub functions).