Add __ELF_NATIVE_CLASS to musl systems

pull/139/head
Danilo Spinella 4 years ago committed by jackun
parent 728fc9fe56
commit fb64b2ae0e

@ -19,6 +19,11 @@
#include <fnmatch.h>
#include "elfhacks.h"
#ifndef __ELF_NATIVE_CLASS
#include "sys/reg.h"
#define __ELF_NATIVE_CLASS __WORDSIZE
#endif
/**
* \addtogroup elfhacks
* \{

Loading…
Cancel
Save