X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-ust-elf.c;h=beaa7f3b5269e4ae53297696c2789958c37066c3;hb=ac31906909ef7db7e111920f340cc6edd812e8e0;hp=5f27920e48fa041f1d971677b56c643993064de9;hpb=cf0393efb23676870cbafc37b662f24942f3c513;p=lttng-ust.git diff --git a/liblttng-ust/lttng-ust-elf.c b/liblttng-ust/lttng-ust-elf.c index 5f27920e..beaa7f3b 100644 --- a/liblttng-ust/lttng-ust-elf.c +++ b/liblttng-ust/lttng-ust-elf.c @@ -29,6 +29,10 @@ #define BUF_LEN 4096 +#ifndef NT_GNU_BUILD_ID +# define NT_GNU_BUILD_ID 3 +#endif + /* * Retrieve the nth (where n is the `index` argument) phdr (program * header) from the given elf instance.