roken: prototype dladdr()

Change-Id: Ia21414ca327b6ede44beb53fe96a6adc73119797
This commit is contained in:
Jeffrey Altman
2013-09-10 21:54:41 -04:00
parent d78fe0c80a
commit 800da1a501

View File

@@ -82,6 +82,9 @@ typedef struct Dl_info {
char _dli_buf[MAX_PATH + 2];
} Dl_info, Dl_info_t;
ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL
dladdr(void *addr, Dl_info *dli);
#ifdef __cplusplus
} /* extern "C" */
#endif