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