/**************************************************************************/ /* mmglue: midipix architecture- and target-specific bits for musl libc */ /* Copyright (C) 2013--2023 SysDeer Technologies, LLC */ /* Released under the Standard MIT License; see COPYING.MMGLUE. */ /**************************************************************************/ #include #include #include typedef int __ldso_phdr_callback(struct dl_phdr_info * info, size_t size, void * data); int dl_iterate_phdr(__ldso_phdr_callback * callback, void * data) { return -1; }