musl-fts icon indicating copy to clipboard operation
musl-fts copied to clipboard

Implementation of fts(3) for musl libc packages in Void Linux

Results 3 musl-fts issues
Sort by recently updated
recently updated
newest added

Hello, I am developing a server program for Alpine Linux, and I want to traverse file hierarchies, so I look up functions to do just that, and I find nftw...

Thanks for developing this useful library. Would it be possible to include a detached signature to authenticate the release tarballs? While simply signing git release tags or even commits would...

Define preprocessor conditions for `HAVE_FCHDIR` to handle platforms without fchdir. On these platforms, pretend that `FTS_NOCHDIR` is always set. This change is necessary to build the `fts` module on the...