[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:24:59 PST 2026
================
@@ -14,7 +14,8 @@
#include "src/__support/OSUtil/linux/auxv.h"
#include "src/__support/threads/callonce.h"
#include "src/__support/threads/linux/futex_word.h"
-#include <linux/auxvec.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