commit | 2a815361448d01b0f4e575f507ce31913214c536 | [log] [tgz] |
---|---|---|
author | Dmitriy Ivanov <dimitry@google.com> | Thu Apr 09 13:42:33 2015 -0700 |
committer | Dmitriy Ivanov <dimitry@google.com> | Thu Apr 16 17:57:30 2015 -0700 |
tree | 82b941e908b54d6d48ef04495ff2808aa2823ae1 | |
parent | c6ccdfaf1ff4665ec96962863054263510d73e7b [diff] [blame] |
Support symbol versioning Bug: http://b/20139821 Change-Id: I64122a0fb0960c20b2ce614161b7ab048456b681
diff --git a/libc/include/elf.h b/libc/include/elf.h index 801d9ff..df768ba 100644 --- a/libc/include/elf.h +++ b/libc/include/elf.h
@@ -194,4 +194,10 @@ #define NT_GNU_BUILD_ID 3 +#define VER_FLG_BASE 0x1 +#define VER_FLG_WEAK 0x2 + +#define VER_NDX_LOCAL 0 +#define VER_NDX_GLOBAL 1 + #endif /* _ELF_H */