about summary refs log tree commit diff
path: root/csu/rtld-sizes.sym
diff options
context:
space:
mode:
Diffstat (limited to 'csu/rtld-sizes.sym')
-rw-r--r--csu/rtld-sizes.sym6
1 files changed, 6 insertions, 0 deletions
diff --git a/csu/rtld-sizes.sym b/csu/rtld-sizes.sym
new file mode 100644
index 0000000000..13924d5efd
--- /dev/null
+++ b/csu/rtld-sizes.sym
@@ -0,0 +1,6 @@
+#include <link.h>
+
+--
+R_DEBUG_SIZE		sizeof (struct r_debug)
+R_DEBUG_EXTENDED_SIZE	sizeof (struct r_debug_extended)
+R_DEBUG_EXTENDED_ALIGN	__alignof (struct r_debug_extended)