Fix termux-elf-cleaner tool build on OS X
This commit is contained in:
parent
fecf9680ef
commit
131bb40101
@ -182,6 +182,8 @@ typedef struct {
|
|||||||
#define DT_NUM 34 /* Number used */
|
#define DT_NUM 34 /* Number used */
|
||||||
#define DT_LOOS 0x6000000d /* Start of OS-specific */
|
#define DT_LOOS 0x6000000d /* Start of OS-specific */
|
||||||
#define DT_HIOS 0x6ffff000 /* End of OS-specific */
|
#define DT_HIOS 0x6ffff000 /* End of OS-specific */
|
||||||
|
#define DT_VERDEF 0x6ffffffc
|
||||||
|
#define DT_VERDEFNUM 0x6ffffffd
|
||||||
#define DT_LOPROC 0x70000000 /* Start of processor-specific */
|
#define DT_LOPROC 0x70000000 /* Start of processor-specific */
|
||||||
#define DT_HIPROC 0x7fffffff /* End of processor-specific */
|
#define DT_HIPROC 0x7fffffff /* End of processor-specific */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user