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

2025-02-09 Thread Willy Tarreau
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 > --- > Changes in v2: > - Move definitions to dirent.h > - Reserve space for the trailing NULL byte of d_name > - Implement readdir_

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

2025-02-09 Thread Thomas Weißschuh
Add support opendir(), readdir_r(), closedir() and friends. Signed-off-by: Thomas Weißschuh --- 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.kerne