Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / util / build_id.h
index 18641c44af24b623dc8bc8d61550f647799c5320..1872ca5c7e5a9c67115ada719ef278fce8e30305 100644 (file)
 
 #ifdef HAVE_DL_ITERATE_PHDR
 
 
 #ifdef HAVE_DL_ITERATE_PHDR
 
+#include <stdint.h>
+
 struct build_id_note;
 
 const struct build_id_note *
 struct build_id_note;
 
 const struct build_id_note *
-build_id_find_nhdr(const char *filename);
+build_id_find_nhdr_for_addr(const void *addr);
 
 unsigned
 build_id_length(const struct build_id_note *note);
 
 unsigned
 build_id_length(const struct build_id_note *note);