From 8fbfb0b973b1ff8307f7c29e6e8facb7e0f72ea0 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 17 May 2024 17:58:27 -0400 Subject: dir: Add support for posix_getdents() This will be added to the next POSIX standard, and is already implemented in musl. Link: https://www.austingroupbugs.net/view.php?id=697 Link: https://git.musl-libc.org/cgit/musl/commit/?id=1b0d48517f816e98f19111df82f32bfc1608ecec --- build/header.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'build/header.mk') diff --git a/build/header.mk b/build/header.mk index 3cea6d7..a449b77 100644 --- a/build/header.mk +++ b/build/header.mk @@ -32,6 +32,7 @@ HEADERS := \ gen/has/getprogname.h \ gen/has/max-align-t.h \ gen/has/pipe2.h \ + gen/has/posix-getdents.h \ gen/has/posix-spawn-addfchdir-np.h \ gen/has/posix-spawn-addfchdir.h \ gen/has/st-acmtim.h \ -- cgit v1.2.3