mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user