[libc-commits] [clang] [libc] [libc] Provide a minimal implementation of elf.h (PR #172766)
Petr Hosek via libc-commits
libc-commits at lists.llvm.org
Fri Jan 9 23:25:10 PST 2026
================
@@ -17,8 +17,7 @@
#include "src/stdlib/exit.h"
#include "src/unistd/environ.h"
-#include <linux/auxvec.h>
-#include <linux/elf.h>
+#include <elf.h>
----------------
petrhosek wrote:
Done, we now use the generated proxy header.
https://github.com/llvm/llvm-project/pull/172766
More information about the libc-commits
mailing list