https://github.com/void-linux/musl-fts
Implementation of fts(3) for musl libc packages in Void Linux
https://github.com/void-linux/musl-fts
voidlinux
Last synced: 5 months ago
JSON representation
Implementation of fts(3) for musl libc packages in Void Linux
- Host: GitHub
- URL: https://github.com/void-linux/musl-fts
- Owner: void-linux
- License: other
- Created: 2015-08-22T05:36:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T06:14:19.000Z (over 1 year ago)
- Last Synced: 2025-01-22T08:09:20.479Z (about 1 year ago)
- Topics: voidlinux
- Language: C
- Homepage:
- Size: 109 KB
- Stars: 34
- Watchers: 21
- Forks: 22
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
musl-fts
The musl-fts package implements the fts(3) functions
fts_open, fts_read, fts_children, fts_set and fts_close,
which are missing in musl libc.
It uses the NetBSD implementation of fts(3) to build a static
library /usr/lib/libfts.a and the /usr/include/fts.h header file.