Cider Isn't Darwin Emulation, Really
Something went wrong. Try again.
123456789101112131415#ifndef _DARLING_EMULATION_FOR_LIBELFLOADER_H_#define _DARLING_EMULATION_FOR_LIBELFLOADER_H_
#include <darling/emulation/base.h>
// these are non-vchrooted calls for libelfloader
VISIBLElong _open_for_libelfloader(const char* path, int flags, unsigned int mode);
VISIBLElong _access_for_libelfloader(const char* path, int mode);
#endif // _DARLING_EMULATION_FOR_LIBELFLOADER_H_