mirror of
https://github.com/darlinghq/cctools-port.git
synced 2024-11-26 21:50:26 +00:00
Fix OpenBSD build
This commit is contained in:
parent
3d8ed37cfe
commit
ddd070162d
@ -12,6 +12,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h> /* cctools-port */
|
||||
#include <sys/errno.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/stat.h>
|
||||
|
@ -9,6 +9,12 @@
|
||||
#include "dyld_bind_info.h"
|
||||
#include "fixup-chains.h"
|
||||
|
||||
/* cctools-port start */
|
||||
#undef swap16
|
||||
#undef swap32
|
||||
#undef swap64
|
||||
/* cctools-port end */
|
||||
|
||||
/*****************************************************************************
|
||||
*
|
||||
* LC_DYLD_INFO, LC_DYLD_INFO_ONLY
|
||||
|
Loading…
Reference in New Issue
Block a user