We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36aa78b commit 379ade6Copy full SHA for 379ade6
libc/src/__support/OSUtil/linux/vdso.cpp
@@ -31,6 +31,7 @@ unsigned long getauxval(unsigned long id);
31
32
namespace vdso {
33
34
+namespace {
35
// See https://refspecs.linuxfoundation.org/LSB_1.3.0/gLSB/gLSB/symverdefs.html
36
struct Verdaux {
37
ElfW(Word) vda_name; /* Version or dependency names */
@@ -82,6 +83,7 @@ using VDSOArray =
82
83
cpp::array<void *, static_cast<size_t>(VDSOSym::VDSOSymCount)>;
84
85
static VDSOArray symbol_table;
86
+} // namespace
87
88
void *get_symbol(VDSOSym sym) {
89
// if sym is invalid, return nullptr
0 commit comments