On Sun, Feb 09, 2025 at 02:25:44PM +0100, Thomas Weißschuh wrote:
Add support opendir(), readdir_r(), closedir() and friends.
Signed-off-by: Thomas Weißschuh linux@weissschuh.net
Changes in v2:
- Move definitions to dirent.h
- Reserve space for the trailing NULL byte of d_name
- Implement readdir_r() instead of readdir()
- Expand commit message
- Link to v1: https://lore.kernel.org/r/20250130-nolibc-dir-v1-0-ea9950b52e29@weissschuh.n...
Nice!
Acked-by: Willy Tarreau w@1wt.eu
Willy