<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 23, 2020 at 9:17 AM Eshan Dhawan <<a href="mailto:eshandhawan51@gmail.com">eshandhawan51@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>hello everyone,</div><div>As <a class="gmail_plusreply" id="gmail-m_826041028458285604plusReplyChip-2" href="mailto:vaibhav.varodek@gmail.com" target="_blank">@Vaibhav Gupta</a>   told the FreeBSD and NetBSD implemenattio of ftw.h requirs fts.h which inturn requires sys/mount.h which requirs many other headres that are not yet implemented so creating a dependencies chain <br></div><div>requiring to add 10-15 more headers just to add ftw.h <br></div><div>So I started searching alternative sources to add ftw.h . So i found musl also has a implementation for ftw.h as well and it dosent require fts.h to be implemented <br></div><div><br></div><div>I would request you all to look into it and see it the implementation is useful for RTEMS <br></div><div>since they have used a different approach to the functions <br><br></div><div>ftw.h : <a href="https://git.musl-libc.org/cgit/musl/tree/include/ftw.h" target="_blank">https://git.musl-libc.org/cgit/musl/tree/include/ftw.h</a></div><div>ftw.c: <a href="https://git.musl-libc.org/cgit/musl/tree/src/legacy/ftw.c" target="_blank">https://git.musl-libc.org/cgit/musl/tree/src/legacy/ftw.c</a><br></div><div>nftw.c: <a href="https://git.musl-libc.org/cgit/musl/tree/src/misc/nftw.c" target="_blank">https://git.musl-libc.org/cgit/musl/tree/src/misc/nftw.c</a></div></div></blockquote><div><br></div><div>This looks like a better implementation option. </div><div><br></div><div>At first glance, it has way fewer dependencies but does require pthread.h </div><div>around line 122. newlib may need an feature flag (sys/features.h) </div><div>added to know if the target supports pthreads.</div><div><br></div><div>This looks WAY WAY more appropriate for newlib. Good find!</div><div><br></div><div>--joel</div></div></div>