1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +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:
Ed Schouten 2016-08-21 15:37:49 +00:00
parent 47cb4d7bd0
commit 90f4145f82
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=304559

View File

@ -29,6 +29,7 @@
#define _CLOUDABI64_UTIL_H_
#include <sys/types.h>
#define __ELF_WORD_SIZE 64
#include <sys/imgact_elf.h>
#include <contrib/cloudabi/cloudabi64_types.h>