summaryrefslogtreecommitdiff
path: root/xen/public/elfstructs.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/public/elfstructs.h')
-rw-r--r--xen/public/elfstructs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/public/elfstructs.h b/xen/public/elfstructs.h
index 77362f3b..65d53457 100644
--- a/xen/public/elfstructs.h
+++ b/xen/public/elfstructs.h
@@ -353,7 +353,7 @@ typedef struct {
#define ELF64_R_SYM(info) ((info) >> 32)
#define ELF64_R_TYPE(info) ((info) & 0xFFFFFFFF)
-#define ELF64_R_INFO(s,t) (((s) << 32) + (u_int32_t)(t))
+#define ELF64_R_INFO(s,t) (((s) << 32) + (uint32_t)(t))
/* Program Header */
typedef struct {