Skip to content

Commit 801abf3

Browse files
Yifan ZhuSchrodingerZhu
authored andcommitted
[libc] fix
1 parent 1531eb6 commit 801abf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc/src/__support/OSUtil/linux/vdso.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
#include <linux/auxvec.h>
1616
#include <linux/elf.h>
1717

18+
// TODO: This is a temporary workaround to avoid including elf.h
19+
// Include our own headers for ElfW and friends once we have them.
1820
#ifndef ElfW
1921
#if __POINTER_WIDTH__ == 32
2022
#define ElfW(type) Elf32_##type

0 commit comments

Comments
 (0)