blob: bf675bc9a7237c8acc68dc88835095ae78802491 [file] [log] [blame]
// bindgen-flags: --allowlist-function dl_iterate_phdr
struct dl_phdr_info {
int x;
};
int dl_iterate_phdr(struct dl_phdr_info *);