Merge branch 'master' into 'master'

src/libsysprof/elfparser.h: define NT_GNU_BUILD_ID

See merge request GNOME/sysprof!41
This commit is contained in:
Christian Hergert
2020-11-24 19:40:33 +00:00

View File

@ -18,6 +18,10 @@
#include <glib.h>
#ifndef NT_GNU_BUILD_ID
#define NT_GNU_BUILD_ID 3
#endif
typedef struct ElfSym ElfSym;
typedef struct ElfParser ElfParser;