summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/readdir_r.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove strlcat(), strlcpy(), strsep(), readdir_r()Sebastian Huber2018-10-221-35/+0
| | | | | | These functions are provided by Newlib since 2002. Update #3409.
* readdir_r(): Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii2013-07-241-1/+5
|
* libcsupport: GCI Doxygen Task #7Alex Ivanov2012-12-111-5/+8
| | | | http://www.google-melange.com/gci/task/view/google/gci2012/7975223
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | 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.
* Compile contents conditionally.Ralf Corsepius2008-12-051-0/+4
|
* 2005-01-27 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-271-0/+4
| | | | | * libcsupport/src/lstat.c, libcsupport/src/readdir_r.c: Include config.h.
* 2002-09-14 Eric Norum <eric.norum@usask.ca>Joel Sherrill2002-09-141-0/+22
* src/readdir_r.c: New file. * Makefile.am: Reflect above.