1 On uclibc elf.h does not have GNU extentions but we need this define
2 so we define it locally if its not getting it from elf.h
4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 Upstream-Status: Pending
9 ===================================================================
10 --- git.orig/elfparser.h 2011-07-16 18:57:41.000000000 -0700
11 +++ git/elfparser.h 2011-07-16 20:28:54.733829895 -0700
16 +#ifndef NT_GNU_BUILD_ID
17 +#define NT_GNU_BUILD_ID 3
20 typedef struct ElfSym ElfSym;
21 typedef struct ElfParser ElfParser;