mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Don't forget to define __ELF_WORD_SIZE.
Without it, we only obtain the ELF types native to the system. In this we explicitly want the 64-bit versions.
This commit is contained in:
parent
47cb4d7bd0
commit
90f4145f82
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=304559
@ -29,6 +29,7 @@
|
|||||||
#define _CLOUDABI64_UTIL_H_
|
#define _CLOUDABI64_UTIL_H_
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#define __ELF_WORD_SIZE 64
|
||||||
#include <sys/imgact_elf.h>
|
#include <sys/imgact_elf.h>
|
||||||
|
|
||||||
#include <contrib/cloudabi/cloudabi64_types.h>
|
#include <contrib/cloudabi/cloudabi64_types.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user