aboutsummaryrefslogtreecommitdiff
path: root/include/bits/dlfcn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bits/dlfcn.h')
-rw-r--r--include/bits/dlfcn.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bits/dlfcn.h b/include/bits/dlfcn.h
new file mode 100644
index 0000000000..cb4a5c202b
--- /dev/null
+++ b/include/bits/dlfcn.h
@@ -0,0 +1,4 @@
+#include_next <bits/dlfcn.h>
+
+extern void _dl_mcount_wrapper_check (void *__selfpc);
+libc_hidden_proto (_dl_mcount_wrapper_check)