Re: [PATCH v2 0/2] tools/nolibc: add support for directory access

From: Willy Tarreau
Date: Sun Feb 09 2025 - 10:55:34 EST


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@xxxxxxxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxxx

Nice!

Acked-by: Willy Tarreau <w@xxxxxx>

Willy