aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/posix/nftw.c
AgeCommit message (Collapse)AuthorFilesLines
2023-07-13newlib: posix: add HAVE_OPENDIR build condition for [n]ftw.cAlexey Lapshin1-0/+3
2021-09-03nftw: fix thread cancellation supportCorinna Vinschen1-1/+3
_STDIO_WITH_THREAD_CANCELLATION_SUPPORT was never defined. Include ../stdio/local.h to get the right definition per target. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2021-02-09FTW Port for NewlibEshan dhawan1-0/+154
Signed-off-by: Eshan Dhawan <eshandhawan51@gmail.com>