Skip to content

Commit

Permalink
libdyld: fix function prototype duplication.
Browse files Browse the repository at this point in the history
whitequark committed Mar 8, 2017
1 parent 7887a60 commit 2d3f62f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions misoc/software/include/dyld/dlfcn.h
Original file line number Diff line number Diff line change
@@ -13,10 +13,6 @@ typedef struct
extern "C" {
#endif

extern int dl_iterate_phdr (int (*__callback) (struct dl_phdr_info *,
size_t, void *),
void *__data);

/* Fill in *INFO with the following information about ADDRESS.
Returns 0 iff no shared object's segments contain that address. */
extern int dladdr (const void *__address, Dl_info *__info);

0 comments on commit 2d3f62f

Please sign in to comment.