aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_debug_elf__reader.cc
blob: b585334b952870a7a711b26cea435f7e4e4ce725 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- base/debug/elf_reader.cc.orig	2024-04-19 13:02:56 UTC
+++ base/debug/elf_reader.cc
@@ -45,6 +45,10 @@ using Xword = Elf64_Xword;
 
 constexpr char kGnuNoteName[] = "GNU";
 
+#ifndef NT_GNU_BUILD_ID
+#define NT_GNU_BUILD_ID 3
+#endif
+
 // Returns a pointer to the header of the ELF binary mapped into memory, or a
 // null pointer if the header is invalid. Here and below |elf_mapped_base| is a
 // pointer to the start of the ELF image.