Browse Source

Add dl_unwind_find_exidx prototype.

ok guenther@
OPENBSD_6_1
kettenis 7 years ago
parent
commit
4309688d40
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/include/link_elf.h

+ 2
- 1
src/include/link_elf.h View File

@ -1,4 +1,4 @@
/* $OpenBSD: link_elf.h,v 1.6 2006/02/06 16:51:50 jmc Exp $ */
/* $OpenBSD: link_elf.h,v 1.7 2016/09/20 18:24:55 kettenis Exp $ */
/*
* Public domain.
@ -36,6 +36,7 @@ struct dl_phdr_info {
__BEGIN_DECLS
int dl_iterate_phdr (int (*)(struct dl_phdr_info *, size_t, void *),
void *);
void *dl_unwind_find_exidx(const void *, int *);
__END_DECLS
#endif /* !_LINK_ELF_H */

Loading…
Cancel
Save