X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=blobdiff_plain;f=liblttng-ust%2Flttng-ust-elf.c;h=a496841adb8804d6182ce901f52e9835828c5744;hp=663699b7ce91a5d9febf0d9903b64d042a580782;hb=e9dbbd6ee8a813cb5999c67ca21a6a10e4222d79;hpb=276c934f8b6c0d06c91f3d093be6a4d100ccd2d2 diff --git a/liblttng-ust/lttng-ust-elf.c b/liblttng-ust/lttng-ust-elf.c index 663699b7..a496841a 100644 --- a/liblttng-ust/lttng-ust-elf.c +++ b/liblttng-ust/lttng-ust-elf.c @@ -31,6 +31,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.