mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +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>
|
#include <glib.h>
|
||||||
|
|
||||||
|
#ifndef NT_GNU_BUILD_ID
|
||||||
|
#define NT_GNU_BUILD_ID 3
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct ElfSym ElfSym;
|
typedef struct ElfSym ElfSym;
|
||||||
typedef struct ElfParser ElfParser;
|
typedef struct ElfParser ElfParser;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user