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 <[email protected]> > --- > 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/[email protected]
Nice! Acked-by: Willy Tarreau <[email protected]> Willy

