summaryrefslogtreecommitdiff
path: root/include/dso_handle.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dso_handle.h')
-rw-r--r--include/dso_handle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dso_handle.h b/include/dso_handle.h
new file mode 100644
index 0000000000..d9c1ebbce4
--- /dev/null
+++ b/include/dso_handle.h
@@ -0,0 +1,3 @@
+/* __dso_handle is always defined by either crtbegin.o from GCC or our
+ dso_handle.c. */
+extern void *__dso_handle __attribute__ ((__visibility__ ("hidden")));